public interface com.lmax.disruptor.dsl.EventProcessorFactory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.lmax.disruptor.dsl.EventProcessorFactory
  super_class: java.lang.Object
{
  public abstract com.lmax.disruptor.EventProcessor createEventProcessor(com.lmax.disruptor.RingBuffer<T>, com.lmax.disruptor.Sequence[]);
    descriptor: (Lcom/lmax/disruptor/RingBuffer;[Lcom/lmax/disruptor/Sequence;)Lcom/lmax/disruptor/EventProcessor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/lmax/disruptor/RingBuffer<TT;>;[Lcom/lmax/disruptor/Sequence;)Lcom/lmax/disruptor/EventProcessor;
    MethodParameters:
                  Name  Flags
      ringBuffer        
      barrierSequences  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "EventProcessorFactory.java"