public interface ConsumerListener
Consumer related events.| 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. |
void onRecoveryStarted(Consumer consumer, Channel channel)
consumer 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.void onRecoveryCompleted(Consumer consumer, Channel channel)
consumer on the channel is successfully completed.Copyright © 2017. All rights reserved.