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:IdleCheck
Called when processing of a message starts -
idle
public void idle()Description copied from interface:IdleCheck
Called when processing of a message has finished -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
isReady
public boolean isReady()
-