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