Class NoopIdle
java.lang.Object
org.apache.sling.distribution.journal.impl.subscriber.NoopIdle
- All Implemented Interfaces:
Closeable,AutoCloseable,IdleCheck
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopIdle
public NoopIdle()
-
-
Method Details
-
busy
public void busy(int retries, long messageCreateTime) Description copied from interface:IdleCheckCalled when processing of a message starts -
idle
public void idle()Description copied from interface:IdleCheckCalled when processing of a message has finished -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
isReady
public boolean isReady()
-