Class EventProcessorInfo<T>

  • Type Parameters:
    T - the type of the configured EventHandler
    All Implemented Interfaces:
    ConsumerInfo

    class EventProcessorInfo<T>
    extends java.lang.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.