public interface com.lmax.disruptor.EventSequencer<T> extends com.lmax.disruptor.DataProvider<T>, com.lmax.disruptor.Sequenced
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.lmax.disruptor.EventSequencer
  super_class: java.lang.Object
{
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/lmax/disruptor/DataProvider<TT;>;Lcom/lmax/disruptor/Sequenced;
SourceFile: "EventSequencer.java"