Interface IdleCheck
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
NoopIdle
,SubscriberReady
-
Method Summary
-
Method Details
-
busy
void busy(int retries, long messageCreateTime) Called when processing of a message starts- Parameters:
retries
- the number of retries to process the messagemessageCreateTime
-
-
idle
void idle()Called when processing of a message has finished -
isReady
boolean isReady()
-