Class EventProcessorInfo<T>

java.lang.Object
com.lmax.disruptor.dsl.EventProcessorInfo<T>
Type Parameters:
T - the type of the configured EventHandler
All Implemented Interfaces:
ConsumerInfo

class EventProcessorInfo<T> extends Object implements ConsumerInfo

Wrapper class to tie together a particular event processing stage

Tracks the event processor instance, the event handler instance, and sequence barrier which the stage is attached to.