public interface IdleCheck extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
busy(int retries)
Called when processing of a message starts
|
void |
idle()
Called when processing of a message has finished
|
boolean |
isIdle() |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.