public class io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder<T> extends io.vertx.core.eventbus.impl.HandlerHolder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder
  super_class: io.vertx.core.eventbus.impl.HandlerHolder
{
  private final long seq;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.eventbus.impl.HandlerRegistration<T>, boolean, boolean, io.vertx.core.impl.ContextInternal, );
    descriptor: (Lio/vertx/core/eventbus/impl/HandlerRegistration;ZZLio/vertx/core/impl/ContextInternal;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder this
        start local 1 // io.vertx.core.eventbus.impl.HandlerRegistration handler
        start local 2 // boolean replyHandler
        start local 3 // boolean localOnly
        start local 4 // io.vertx.core.impl.ContextInternal context
        start local 5 // long seq
         0: .line 23
            aload 0 /* this */
            aload 1 /* handler */
            iload 2 /* replyHandler */
            iload 3 /* localOnly */
            aload 4 /* context */
            invokespecial io.vertx.core.eventbus.impl.HandlerHolder.<init>:(Lio/vertx/core/eventbus/impl/HandlerRegistration;ZZLio/vertx/core/impl/ContextInternal;)V
         1: .line 24
            aload 0 /* this */
            lload 5 /* seq */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder.seq:J
         2: .line 25
            return
        end local 5 // long seq
        end local 4 // io.vertx.core.impl.ContextInternal context
        end local 3 // boolean localOnly
        end local 2 // boolean replyHandler
        end local 1 // io.vertx.core.eventbus.impl.HandlerRegistration handler
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/eventbus/impl/clustered/ClusteredHandlerHolder<TT;>;
            0    3     1       handler  Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;
            0    3     2  replyHandler  Z
            0    3     3     localOnly  Z
            0    3     4       context  Lio/vertx/core/impl/ContextInternal;
            0    3     5           seq  J
    Signature: (Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;ZZLio/vertx/core/impl/ContextInternal;J)V
    MethodParameters:
              Name  Flags
      handler       
      replyHandler  
      localOnly     
      context       
      seq           

  public long getSeq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder this
         0: .line 29
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder.seq:J
            lreturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/clustered/ClusteredHandlerHolder<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
SourceFile: "ClusteredHandlerHolder.java"