Interface ChannelSink

All Known Implementing Classes:
AbstractChannelSink, AbstractNioChannelSink, AbstractOioChannelSink

public interface ChannelSink
Receives and processes the terminal downstream ChannelEvents.

A ChannelSink is an internal component which is supposed to be implemented by a transport provider. Most users will not see this type in their code.