Interface Sink<T>

All Superinterfaces:
CloseableChannel
All Known Implementing Classes:
Channel

public interface Sink<T> extends CloseableChannel
A channel sink, which can be used to send values to the channel. See Channel for more details.