Interface FrameProcessor<T>

All Known Implementing Classes:
FrameChannelBatcher, FrameChannelHashPartitioner, FrameChannelMerger, FrameChannelMixer, RunnableFrameProcessor

public interface FrameProcessor<T>
A FrameProcessor is like an incremental version of Runnable that operates on ReadableFrameChannel and WritableFrameChannel. It is designed to enable interleaved non-blocking work on a fixed-size thread pool. Typically, this is done using an instance of FrameProcessorExecutor.