public interface ChannelCloseListener
Channel is closed.
One of the potential usages is to release resources attached to a channel e.g. deregistration of metrics.| Modifier and Type | Method and Description |
|---|---|
void |
onClose(Channel channel)
Called when the channel is closed.
|
void onClose(Channel channel)
channel - the channel closed.Copyright © 2018. All Rights Reserved.