Interface ChannelClosed

All Known Implementing Classes:
ChannelDone, ChannelError

public sealed interface ChannelClosed permits ChannelDone, ChannelError
Returned by Channel.sendOrClosed(Object) and Channel.receiveOrClosed() when the channel is closed.