Interface IdleCheck
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
NoopIdle
,SubscriberIdle
public interface IdleCheck extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
busy(int retries)
Called when processing of a message startsvoid
idle()
Called when processing of a message has finishedboolean
isIdle()
-