Interface ChannelReceiver

All Superinterfaces:
Heartbeat
All Known Implementing Classes:
NioReceiver, ReceiverBase

public interface ChannelReceiver extends Heartbeat
ChannelReceiver Interface
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface). This class may optionally implement a thread pool for parallel processing of incoming messages.