class com.lmax.disruptor.dsl.EventProcessorInfo<T> implements com.lmax.disruptor.dsl.ConsumerInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.lmax.disruptor.dsl.EventProcessorInfo
  super_class: java.lang.Object
{
  private final com.lmax.disruptor.EventProcessor eventprocessor;
    descriptor: Lcom/lmax/disruptor/EventProcessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.lmax.disruptor.EventHandler<? super T> handler;
    descriptor: Lcom/lmax/disruptor/EventHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/lmax/disruptor/EventHandler<-TT;>;

  private final com.lmax.disruptor.SequenceBarrier barrier;
    descriptor: Lcom/lmax/disruptor/SequenceBarrier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean endOfChain;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.lmax.disruptor.EventProcessor, com.lmax.disruptor.EventHandler<? super T>, com.lmax.disruptor.SequenceBarrier);
    descriptor: (Lcom/lmax/disruptor/EventProcessor;Lcom/lmax/disruptor/EventHandler;Lcom/lmax/disruptor/SequenceBarrier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
        start local 1 // com.lmax.disruptor.EventProcessor eventprocessor
        start local 2 // com.lmax.disruptor.EventHandler handler
        start local 3 // com.lmax.disruptor.SequenceBarrier barrier
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iconst_1
            putfield com.lmax.disruptor.dsl.EventProcessorInfo.endOfChain:Z
         2: .line 42
            aload 0 /* this */
            aload 1 /* eventprocessor */
            putfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
         3: .line 43
            aload 0 /* this */
            aload 2 /* handler */
            putfield com.lmax.disruptor.dsl.EventProcessorInfo.handler:Lcom/lmax/disruptor/EventHandler;
         4: .line 44
            aload 0 /* this */
            aload 3 /* barrier */
            putfield com.lmax.disruptor.dsl.EventProcessorInfo.barrier:Lcom/lmax/disruptor/SequenceBarrier;
         5: .line 45
            return
        end local 3 // com.lmax.disruptor.SequenceBarrier barrier
        end local 2 // com.lmax.disruptor.EventHandler handler
        end local 1 // com.lmax.disruptor.EventProcessor eventprocessor
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;
            0    6     1  eventprocessor  Lcom/lmax/disruptor/EventProcessor;
            0    6     2         handler  Lcom/lmax/disruptor/EventHandler<-TT;>;
            0    6     3         barrier  Lcom/lmax/disruptor/SequenceBarrier;
    Signature: (Lcom/lmax/disruptor/EventProcessor;Lcom/lmax/disruptor/EventHandler<-TT;>;Lcom/lmax/disruptor/SequenceBarrier;)V
    MethodParameters:
                Name  Flags
      eventprocessor  final
      handler         final
      barrier         final

  public com.lmax.disruptor.EventProcessor getEventProcessor();
    descriptor: ()Lcom/lmax/disruptor/EventProcessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 49
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
            areturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public com.lmax.disruptor.Sequence[] getSequences();
    descriptor: ()[Lcom/lmax/disruptor/Sequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 55
            iconst_1
            anewarray com.lmax.disruptor.Sequence
            dup
            iconst_0
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
            invokeinterface com.lmax.disruptor.EventProcessor.getSequence:()Lcom/lmax/disruptor/Sequence;
            aastore
            areturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public com.lmax.disruptor.EventHandler<? super T> getHandler();
    descriptor: ()Lcom/lmax/disruptor/EventHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 60
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.handler:Lcom/lmax/disruptor/EventHandler;
            areturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;
    Signature: ()Lcom/lmax/disruptor/EventHandler<-TT;>;

  public com.lmax.disruptor.SequenceBarrier getBarrier();
    descriptor: ()Lcom/lmax/disruptor/SequenceBarrier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 66
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.barrier:Lcom/lmax/disruptor/SequenceBarrier;
            areturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public boolean isEndOfChain();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 72
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.endOfChain:Z
            ireturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public void start(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
        start local 1 // java.util.concurrent.Executor executor
         0: .line 78
            aload 1 /* executor */
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
            invokeinterface java.util.concurrent.Executor.execute:(Ljava/lang/Runnable;)V
         1: .line 79
            return
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;
            0    2     1  executor  Ljava/util/concurrent/Executor;
    MethodParameters:
          Name  Flags
      executor  final

  public void halt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 84
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
            invokeinterface com.lmax.disruptor.EventProcessor.halt:()V
         1: .line 85
            return
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public void markAsUsedInBarrier();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 93
            aload 0 /* this */
            iconst_0
            putfield com.lmax.disruptor.dsl.EventProcessorInfo.endOfChain:Z
         1: .line 94
            return
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
         0: .line 99
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.EventProcessorInfo.eventprocessor:Lcom/lmax/disruptor/EventProcessor;
            invokeinterface com.lmax.disruptor.EventProcessor.isRunning:()Z
            ireturn
        end local 0 // com.lmax.disruptor.dsl.EventProcessorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/dsl/EventProcessorInfo<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/lmax/disruptor/dsl/ConsumerInfo;
SourceFile: "EventProcessorInfo.java"