class io.vertx.reactivex.servicediscovery.types.EventBusService$1 implements io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.servicediscovery.types.EventBusService$1
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler val$resultHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Class val$clientClass;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.Handler, java.lang.Class);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.servicediscovery.types.EventBusService$1 this
         0: .line 115
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.servicediscovery.types.EventBusService$1.val$resultHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 2
            putfield io.vertx.reactivex.servicediscovery.types.EventBusService$1.val$clientClass:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.reactivex.servicediscovery.types.EventBusService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/servicediscovery/types/EventBusService$1;
    MethodParameters:
                   Name  Flags
      val$resultHandler  final
      val$clientClass    final

  public void handle(io.vertx.core.AsyncResult<T>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.servicediscovery.types.EventBusService$1 this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 117
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 118
            aload 0 /* this */
            getfield io.vertx.reactivex.servicediscovery.types.EventBusService$1.val$resultHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.reactivex.servicediscovery.types.EventBusService$1.val$clientClass:Ljava/lang/Class;
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 119
            goto 4
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.servicediscovery.types.EventBusService$1.val$resultHandler:Lio/vertx/core/Handler;
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.reactivex.servicediscovery.types.EventBusService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/servicediscovery/types/EventBusService$1;
            0    5     1    ar  Lio/vertx/core/AsyncResult<TT;>;
    Signature: (Lio/vertx/core/AsyncResult<TT;>;)V
    MethodParameters:
      Name  Flags
      ar    

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokevirtual io.vertx.reactivex.servicediscovery.types.EventBusService$1.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
SourceFile: "EventBusService.java"
EnclosingMethod: io.vertx.reactivex.servicediscovery.types.EventBusService.getServiceProxy:(Lio/vertx/reactivex/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Ljava/lang/Class;Lio/vertx/core/Handler;)Ljava/lang/Object;
NestHost: io.vertx.reactivex.servicediscovery.types.EventBusService
InnerClasses:
  io.vertx.reactivex.servicediscovery.types.EventBusService$1