Class EventProcessorInfo

java.lang.Object
com.lmax.disruptor.dsl.EventProcessorInfo
All Implemented Interfaces:
ConsumerInfo

class EventProcessorInfo 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.