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

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

  public void handle(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery$1 this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery event
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery$1.val$completionHandler:Lio/vertx/core/Handler;
            aload 1 /* event */
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 135
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery event
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery$1;
            0    2     1  event  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
       Name  Flags
      event  

  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.servicediscovery.ServiceDiscovery
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery$1.handle:(Lio/vertx/servicediscovery/ServiceDiscovery;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/servicediscovery/ServiceDiscovery;>;
SourceFile: "ServiceDiscovery.java"
EnclosingMethod: io.vertx.rxjava.servicediscovery.ServiceDiscovery.create:(Lio/vertx/rxjava/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
NestHost: io.vertx.rxjava.servicediscovery.ServiceDiscovery
InnerClasses:
  io.vertx.rxjava.servicediscovery.ServiceDiscovery$1