Class BatchEventProcessor<T>

java.lang.Object
com.lmax.disruptor.BatchEventProcessor<T>
Type Parameters:
T - event implementation storing the data for sharing during exchange or parallel coordination of an event.
All Implemented Interfaces:
EventProcessor, Runnable

public final class BatchEventProcessor<T> extends Object implements EventProcessor
Convenience class for handling the batching semantics of consuming entries from a RingBuffer and delegating the available events to an EventHandler.