Interface Source<T>

All Superinterfaces:
CloseableChannel
All Known Implementing Classes:
Channel

public interface Source<T> extends CloseableChannel
A channel source, which can be used to receive values from the channel. See Channel for more details.