Class NoopIdle
- java.lang.Object
-
- org.apache.sling.distribution.journal.impl.subscriber.NoopIdle
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,IdleCheck
public class NoopIdle extends Object implements IdleCheck
-
-
Constructor Summary
Constructors Constructor Description NoopIdle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
busy(int retries)
Called when processing of a message startsvoid
close()
void
idle()
Called when processing of a message has finishedboolean
isIdle()
-
-
-
Method Detail
-
busy
public void busy(int retries)
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
-
-