class io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult
  super_class: java.lang.Object
{
  final io.vertx.core.eventbus.impl.HandlerHolder<T> holder;
    descriptor: Lio/vertx/core/eventbus/impl/HandlerHolder;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;

  final boolean newAddress;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(io.vertx.core.eventbus.impl.HandlerHolder<T>, );
    descriptor: (Lio/vertx/core/eventbus/impl/HandlerHolder;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult this
        start local 1 // io.vertx.core.eventbus.impl.HandlerHolder holder
        start local 2 // boolean newAddress
         0: .line 253
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 254
            aload 0 /* this */
            aload 1 /* holder */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
         2: .line 255
            aload 0 /* this */
            iload 2 /* newAddress */
            putfield io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult.newAddress:Z
         3: .line 256
            return
        end local 2 // boolean newAddress
        end local 1 // io.vertx.core.eventbus.impl.HandlerHolder holder
        end local 0 // io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/core/eventbus/impl/EventBusImpl$LocalRegistrationResult<TT;>;
            0    4     1      holder  Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
            0    4     2  newAddress  Z
    Signature: (Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;Z)V
    MethodParameters:
            Name  Flags
      holder      
      newAddress  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
  private LocalRegistrationResult = io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult of io.vertx.core.eventbus.impl.EventBusImpl