public class io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry<T> implements io.vertx.core.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
  super_class: java.lang.Object
{
  final java.lang.String address;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.eventbus.impl.HandlerRegistration<T> handler;
    descriptor: Lio/vertx/core/eventbus/impl/HandlerRegistration;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;

  final io.vertx.core.eventbus.impl.EventBusImpl this$0;
    descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(java.lang.String, io.vertx.core.eventbus.impl.HandlerRegistration<T>);
    descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;Ljava/lang/String;Lio/vertx/core/eventbus/impl/HandlerRegistration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
        start local 2 // java.lang.String address
        start local 3 // io.vertx.core.eventbus.impl.HandlerRegistration handler
         0: .line 597
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.this$0:Lio/vertx/core/eventbus/impl/EventBusImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 598
            aload 0 /* this */
            aload 2 /* address */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
         2: .line 599
            aload 0 /* this */
            aload 3 /* handler */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
         3: .line 600
            return
        end local 3 // io.vertx.core.eventbus.impl.HandlerRegistration handler
        end local 2 // java.lang.String address
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
            0    4     2  address  Ljava/lang/String;
            0    4     3  handler  Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;)V
    MethodParameters:
         Name  Flags
      this$0   final
      address  
      handler  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
        start local 1 // java.lang.Object o
         0: .line 604
            aload 1 /* o */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 607
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
            astore 2 /* entry */
        start local 2 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry entry
         4: .line 608
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
            aload 2 /* entry */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 609
      StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
            aload 2 /* entry */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 610
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry entry
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
            0    7     1      o  Ljava/lang/Object;
            4    7     2  entry  Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
         0: .line 615
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 616
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
            ifnull 4
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
            invokevirtual java.lang.Object.hashCode:()I
            goto 5
      StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 617
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
            3    7     1  result  I

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 622
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
            aload 1 /* completionHandler */
            invokevirtual io.vertx.core.eventbus.impl.HandlerRegistration.unregister:(Lio/vertx/core/Handler;)V
         1: .line 623
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/Closeable;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
  public HandlerEntry = io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry of io.vertx.core.eventbus.impl.EventBusImpl