public static class ChannelCloseHandlers.SenderChannelCloseHandler extends Object implements java.util.function.BiConsumer<SignalType,com.rabbitmq.client.Channel>
Sender.
Closes the channel and emits a warn-level log message in case of error.
| Constructor and Description |
|---|
SenderChannelCloseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SignalType signalType,
com.rabbitmq.client.Channel channel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic void accept(SignalType signalType, com.rabbitmq.client.Channel channel)
accept in interface java.util.function.BiConsumer<SignalType,com.rabbitmq.client.Channel>