public abstract class DefaultConsumerListener extends Object implements ConsumerListener
| Constructor and Description |
|---|
DefaultConsumerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRecoveryCompleted(Consumer consumer,
Channel channel)
Called when recovery of the
consumer on the channel is successfully completed. |
void |
onRecoveryFailure(Consumer consumer,
Channel channel,
Throwable failure)
Called when the
consumer fails to recover from an unexpected closure on the
channel. |
void |
onRecoveryStarted(Consumer consumer,
Channel channel)
Called when recovery of the
consumer on the channel is started. |
public void onRecoveryCompleted(Consumer consumer, Channel channel)
ConsumerListenerconsumer on the channel is successfully completed.onRecoveryCompleted in interface ConsumerListenerpublic void onRecoveryFailure(Consumer consumer, Channel channel, Throwable failure)
ConsumerListenerconsumer fails to recover from an unexpected closure on the
channel.onRecoveryFailure in interface ConsumerListenerpublic void onRecoveryStarted(Consumer consumer, Channel channel)
ConsumerListenerconsumer on the channel is started. This is useful
for performing any pre-consumer setup that is required such as declaring exchanges and queues,
and creating queue to exchange bindings.onRecoveryStarted in interface ConsumerListenerCopyright © 2017. All rights reserved.