public class io.vertx.rxjava.servicediscovery.ServiceDiscovery
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.servicediscovery.ServiceDiscovery
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.servicediscovery.ServiceDiscovery> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;>;

  private final io.vertx.servicediscovery.ServiceDiscovery delegate;
    descriptor: Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 89
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 90
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.getDelegate()Lio/vertx/servicediscovery/ServiceDiscovery; (5)
                  (Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;)Ljava/lang/Object;
         2: .line 89
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 91
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;

  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.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.lang.Object o
         0: .line 78
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            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
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.servicediscovery.ServiceDiscovery
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery that
         4: .line 81
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 2 /* that */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;

  public void <init>(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 this
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery delegate
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
         2: .line 97
            return
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery delegate
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    3     1  delegate  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.servicediscovery.ServiceDiscovery getDelegate();
    descriptor: ()Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            areturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;

  public static io.vertx.rxjava.servicediscovery.ServiceDiscovery create(io.vertx.rxjava.core.Vertx, io.vertx.servicediscovery.ServiceDiscoveryOptions);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions options
         0: .line 110
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 111
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions options
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            1    2     2      ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.rxjava.servicediscovery.ServiceDiscovery create(io.vertx.rxjava.core.Vertx);
    descriptor: (Lio/vertx/rxjava/core/Vertx;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx vertx
         0: .line 120
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 121
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/rxjava/core/Vertx;
            1    2     1    ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.rxjava.servicediscovery.ServiceDiscovery create(io.vertx.rxjava.core.Vertx, io.vertx.servicediscovery.ServiceDiscoveryOptions, io.vertx.core.Handler<io.vertx.rxjava.servicediscovery.ServiceDiscovery>);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions options
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 132
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            new io.vertx.rxjava.servicediscovery.ServiceDiscovery$1
            dup
            aload 2 /* completionHandler */
            invokespecial io.vertx.rxjava.servicediscovery.ServiceDiscovery$1.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 137
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions options
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              vertx  Lio/vertx/rxjava/core/Vertx;
            0    2     1            options  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;>;
            1    2     3                ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;>;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      vertx              
      options            
      completionHandler  

  public static io.vertx.rxjava.servicediscovery.ServiceDiscovery create(io.vertx.rxjava.core.Vertx, io.vertx.core.Handler<io.vertx.rxjava.servicediscovery.ServiceDiscovery>);
    descriptor: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx vertx
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 147
            aload 0 /* vertx */
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            new io.vertx.rxjava.servicediscovery.ServiceDiscovery$2
            dup
            aload 1 /* completionHandler */
            invokespecial io.vertx.rxjava.servicediscovery.ServiceDiscovery$2.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 152
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.rxjava.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              vertx  Lio/vertx/rxjava/core/Vertx;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;>;
            1    2     2                ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;>;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      vertx              
      completionHandler  

  public io.vertx.rxjava.servicediscovery.ServiceReference getReference(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* record */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReference:(Lio/vertx/servicediscovery/Record;)Lio/vertx/servicediscovery/ServiceReference;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceReference.newInstance:(Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.servicediscovery.ServiceReference ret
         1: .line 162
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.servicediscovery.ServiceReference ret
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1  record  Lio/vertx/servicediscovery/Record;
            1    2     2     ret  Lio/vertx/rxjava/servicediscovery/ServiceReference;
    MethodParameters:
        Name  Flags
      record  

  public io.vertx.rxjava.servicediscovery.ServiceReference getReferenceWithConfiguration(io.vertx.servicediscovery.Record, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* record */
            aload 2 /* configuration */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceReference.newInstance:(Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.servicediscovery.ServiceReference ret
         1: .line 173
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.servicediscovery.ServiceReference ret
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         record  Lio/vertx/servicediscovery/Record;
            0    2     2  configuration  Lio/vertx/core/json/JsonObject;
            1    2     3            ret  Lio/vertx/rxjava/servicediscovery/ServiceReference;
    MethodParameters:
               Name  Flags
      record         
      configuration  

  public boolean release(io.vertx.rxjava.servicediscovery.ServiceReference);
    descriptor: (Lio/vertx/rxjava/servicediscovery/ServiceReference;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.rxjava.servicediscovery.ServiceReference reference
         0: .line 182
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* reference */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceReference.getDelegate:()Lio/vertx/servicediscovery/ServiceReference;
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.release:(Lio/vertx/servicediscovery/ServiceReference;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 183
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // io.vertx.rxjava.servicediscovery.ServiceReference reference
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1  reference  Lio/vertx/rxjava/servicediscovery/ServiceReference;
            1    2     2        ret  Z
    MethodParameters:
           Name  Flags
      reference  

  public io.vertx.rxjava.servicediscovery.ServiceDiscovery registerServiceImporter(io.vertx.rxjava.servicediscovery.spi.ServiceImporter, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceImporter importer
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* importer */
            invokevirtual io.vertx.rxjava.servicediscovery.spi.ServiceImporter.getDelegate:()Lio/vertx/servicediscovery/spi/ServiceImporter;
            aload 2 /* configuration */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 195
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceImporter importer
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1       importer  Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;
            0    2     2  configuration  Lio/vertx/core/json/JsonObject;
            1    2     3            ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
               Name  Flags
      importer       
      configuration  

  public io.vertx.rxjava.servicediscovery.ServiceDiscovery registerServiceImporter(io.vertx.rxjava.servicediscovery.spi.ServiceImporter, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceImporter importer
        start local 2 // io.vertx.core.json.JsonObject configuration
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 207
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* importer */
            invokevirtual io.vertx.rxjava.servicediscovery.spi.ServiceImporter.getDelegate:()Lio/vertx/servicediscovery/spi/ServiceImporter;
            aload 2 /* configuration */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 208
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceImporter importer
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1           importer  Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;
            0    2     2      configuration  Lio/vertx/core/json/JsonObject;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    2     4                ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      importer           
      configuration      
      completionHandler  

  public io.vertx.rxjava.servicediscovery.ServiceDiscovery registerServiceExporter(io.vertx.rxjava.servicediscovery.spi.ServiceExporter, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceExporter exporter
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* exporter */
            invokevirtual io.vertx.rxjava.servicediscovery.spi.ServiceExporter.getDelegate:()Lio/vertx/servicediscovery/spi/ServiceExporter;
            aload 2 /* configuration */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 220
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceExporter exporter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1       exporter  Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;
            0    2     2  configuration  Lio/vertx/core/json/JsonObject;
            1    2     3            ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
               Name  Flags
      exporter       
      configuration  

  public io.vertx.rxjava.servicediscovery.ServiceDiscovery registerServiceExporter(io.vertx.rxjava.servicediscovery.spi.ServiceExporter, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceExporter exporter
        start local 2 // io.vertx.core.json.JsonObject configuration
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 232
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* exporter */
            invokevirtual io.vertx.rxjava.servicediscovery.spi.ServiceExporter.getDelegate:()Lio/vertx/servicediscovery/spi/ServiceExporter;
            aload 2 /* configuration */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.newInstance:(Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
         1: .line 233
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.servicediscovery.ServiceDiscovery ret
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.rxjava.servicediscovery.spi.ServiceExporter exporter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1           exporter  Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;
            0    2     2      configuration  Lio/vertx/core/json/JsonObject;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    2     4                ret  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      exporter           
      configuration      
      completionHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.close:()V
         1: .line 241
            return
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;

  public void publish(io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 249
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* record */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.publish:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 250
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         record  Lio/vertx/servicediscovery/Record;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      record         
      resultHandler  

  public rx.Single<io.vertx.servicediscovery.Record> rxPublish(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 258
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/servicediscovery/Record;)Lrx/Single<Lio/vertx/servicediscovery/Record;>;
    MethodParameters:
        Name  Flags
      record  

  public void unpublish(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 269
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.unpublish:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 270
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1             id  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public rx.Single<java.lang.Void> rxUnpublish(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 278
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public void getRecord(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 306
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      filter         
      resultHandler  

  public rx.Single<io.vertx.servicediscovery.Record> rxGetRecord(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 330
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/core/json/JsonObject;)Lrx/Single<Lio/vertx/servicediscovery/Record;>;
    MethodParameters:
        Name  Flags
      filter  

  public void getRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 346
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 347
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      filter         
      resultHandler  

  public rx.Single<io.vertx.servicediscovery.Record> rxGetRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Ljava/util/function/Function;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)Lrx/Single<Lio/vertx/servicediscovery/Record;>;
    MethodParameters:
        Name  Flags
      filter  

  public void getRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
        start local 2 // boolean includeOutOfService
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 378
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 379
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean includeOutOfService
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1               filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  includeOutOfService  Z
            0    2     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  
      resultHandler        

  public rx.Single<io.vertx.servicediscovery.Record> rxGetRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, boolean);
    descriptor: (Ljava/util/function/Function;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 394
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Z)Lrx/Single<Lio/vertx/servicediscovery/Record;>;
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  

  public void getRecords(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.servicediscovery.Record>>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 406
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 407
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Lio/vertx/core/json/JsonObject;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;)V
    MethodParameters:
               Name  Flags
      filter         
      resultHandler  

  public rx.Single<java.util.List<io.vertx.servicediscovery.Record>> rxGetRecords(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 416
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/core/json/JsonObject;)Lrx/Single<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;
    MethodParameters:
        Name  Flags
      filter  

  public void getRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.servicediscovery.Record>>>);
    descriptor: (Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 433
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 434
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;)V
    MethodParameters:
               Name  Flags
      filter         
      resultHandler  

  public rx.Single<java.util.List<io.vertx.servicediscovery.Record>> rxGetRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Ljava/util/function/Function;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 448
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)Lrx/Single<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;
    MethodParameters:
        Name  Flags
      filter  

  public void getRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.servicediscovery.Record>>>);
    descriptor: (Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
        start local 2 // boolean includeOutOfService
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 467
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 468
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean includeOutOfService
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1               filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    2     2  includeOutOfService  Z
            0    2     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;)V
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  
      resultHandler        

  public rx.Single<java.util.List<io.vertx.servicediscovery.Record>> rxGetRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, boolean);
    descriptor: (Ljava/util/function/Function;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 484
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Z)Lrx/Single<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  

  public void update(io.vertx.servicediscovery.Record, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.servicediscovery.Record>>);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 495
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* record */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.update:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 496
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1         record  Lio/vertx/servicediscovery/Record;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;
    Signature: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;)V
    MethodParameters:
               Name  Flags
      record         
      resultHandler  

  public rx.Single<io.vertx.servicediscovery.Record> rxUpdate(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 504
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/servicediscovery/Record;)Lrx/Single<Lio/vertx/servicediscovery/Record;>;
    MethodParameters:
        Name  Flags
      record  

  public java.util.Set<io.vertx.rxjava.servicediscovery.ServiceReference> bindings();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 513
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.bindings:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$2(Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference; (6)
                  (Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
            astore 1 /* ret */
        start local 1 // java.util.Set ret
         1: .line 514
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Set ret
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            1    2     1   ret  Ljava/util/Set<Lio/vertx/rxjava/servicediscovery/ServiceReference;>;
    Signature: ()Ljava/util/Set<Lio/vertx/rxjava/servicediscovery/ServiceReference;>;

  public io.vertx.servicediscovery.ServiceDiscoveryOptions options();
    descriptor: ()Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
         0: .line 521
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.options:()Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            astore 1 /* ret */
        start local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions ret
         1: .line 522
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.servicediscovery.ServiceDiscoveryOptions ret
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            1    2     1   ret  Lio/vertx/servicediscovery/ServiceDiscoveryOptions;

  public static void releaseServiceObject(io.vertx.rxjava.servicediscovery.ServiceDiscovery, java.lang.Object);
    descriptor: (Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery discovery
        start local 1 // java.lang.Object svcObject
         0: .line 532
            aload 0 /* discovery */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getDelegate:()Lio/vertx/servicediscovery/ServiceDiscovery;
            aload 1 /* svcObject */
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.releaseServiceObject:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
         1: .line 533
            return
        end local 1 // java.lang.Object svcObject
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery discovery
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0  discovery  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    2     1  svcObject  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      discovery  
      svcObject  

  public static io.vertx.rxjava.servicediscovery.ServiceDiscovery newInstance(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery arg
         0: .line 537
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.servicediscovery.ServiceDiscovery
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.servicediscovery.ServiceDiscovery.<init>:(Lio/vertx/servicediscovery/ServiceDiscovery;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.servicediscovery.ServiceDiscovery
         2: areturn
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 89
            new io.vertx.rxjava.servicediscovery.ServiceDiscovery
            dup
            aload 0 /* obj */
            checkcast io.vertx.servicediscovery.ServiceDiscovery
            invokespecial io.vertx.rxjava.servicediscovery.ServiceDiscovery.<init>:(Lio/vertx/servicediscovery/ServiceDiscovery;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static io.vertx.rxjava.servicediscovery.ServiceReference lambda$2(io.vertx.servicediscovery.ServiceReference);
    descriptor: (Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceReference elt
         0: .line 513
            aload 0 /* elt */
            invokestatic io.vertx.rxjava.servicediscovery.ServiceReference.newInstance:(Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
            areturn
        end local 0 // io.vertx.servicediscovery.ServiceReference elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/servicediscovery/ServiceReference;
}
SourceFile: "ServiceDiscovery.java"
NestMembers:
  io.vertx.rxjava.servicediscovery.ServiceDiscovery$1  io.vertx.rxjava.servicediscovery.ServiceDiscovery$2
InnerClasses:
  io.vertx.rxjava.servicediscovery.ServiceDiscovery$1
  io.vertx.rxjava.servicediscovery.ServiceDiscovery$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/servicediscovery/ServiceDiscovery;)