public interface ChannelListener
Channel related events.| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(com.rabbitmq.client.Channel channel)
Called after the
channel is successfully created. |
void |
onCreateFailure(Throwable failure)
Called after channel creation fails.
|
void |
onRecovery(com.rabbitmq.client.Channel channel)
Called after the
channel, along with its consumers, is recovered from an unexpected
closure. |
void |
onRecoveryFailure(com.rabbitmq.client.Channel channel,
Throwable failure)
Called after the
channel fails to recover from an unexpected closure. |
void onCreate(com.rabbitmq.client.Channel channel)
channel is successfully created.void onCreateFailure(Throwable failure)
void onRecovery(com.rabbitmq.client.Channel channel)
channel, along with its consumers, is recovered from an unexpected
closure.void onRecoveryFailure(com.rabbitmq.client.Channel channel,
Throwable failure)
channel fails to recover from an unexpected closure.Copyright © 2013. All rights reserved.