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

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.servicediscovery.ServiceReference> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/servicediscovery/ServiceReference;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 96
            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 97
            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 96
            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 114
            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$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            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$3(Lio/vertx/rxjava/servicediscovery/ServiceReference;)Ljava/lang/Object; (6)
                  (Lio/vertx/rxjava/servicediscovery/ServiceReference;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.servicediscovery.ServiceDiscovery.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            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 80
            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 85
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 86
      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 87
      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 88
            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 93
            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 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
         2: .line 104
            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 void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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 // java.lang.Object delegate
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 107
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.servicediscovery.ServiceDiscovery
            putfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
         2: .line 108
            return
        end local 1 // java.lang.Object 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  Ljava/lang/Object;
    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 111
            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 123
            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 124
            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 133
            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 134
            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 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 143
            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 144
            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 154
            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 155
            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 164
            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 165
            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, 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=4, 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 177
            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;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        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;>;>;
    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 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=4, locals=3, 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 190
            aload 0 /* this */
            aload 1 /* importer */
            aload 2 /* configuration */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
         1: .line 189
            areturn
        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;
    MethodParameters:
               Name  Flags
      importer       
      configuration  

  public rx.Single<java.lang.Void> rxRegisterServiceImporter(io.vertx.rxjava.servicediscovery.spi.ServiceImporter, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, 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 201
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* importer */
            aload 2 /* configuration */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$5(Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1       importer  Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;
            0    1     2  configuration  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
               Name  Flags
      importer       
      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=4, 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 215
            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;
            pop
         1: .line 216
            aload 0 /* this */
            areturn
        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;>;>;
    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 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=4, locals=3, 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 228
            aload 0 /* this */
            aload 1 /* exporter */
            aload 2 /* configuration */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
         1: .line 227
            areturn
        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;
    MethodParameters:
               Name  Flags
      exporter       
      configuration  

  public rx.Single<java.lang.Void> rxRegisterServiceExporter(io.vertx.rxjava.servicediscovery.spi.ServiceExporter, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, 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 239
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* exporter */
            aload 2 /* configuration */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$7(Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0           this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1       exporter  Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;
            0    1     2  configuration  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
               Name  Flags
      exporter       
      configuration  

  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 248
            aload 0 /* this */
            getfield io.vertx.rxjava.servicediscovery.ServiceDiscovery.delegate:Lio/vertx/servicediscovery/ServiceDiscovery;
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.close:()V
         1: .line 249
            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 257
            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 258
            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 void publish(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
         0: .line 265
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.publish:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 266
            return
        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;
    MethodParameters:
        Name  Flags
      record  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
         0: .line 274
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$9(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  record  Lio/vertx/servicediscovery/Record;
    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 285
            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 286
            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 void unpublish(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.lang.String id
         0: .line 293
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.unpublish:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 294
            return
        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;
    MethodParameters:
      Name  Flags
      id    

  public rx.Single<java.lang.Void> rxUnpublish(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.lang.String id
         0: .line 302
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1    id  Ljava/lang/String;
    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 329
            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 330
            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 void getRecord(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 353
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 354
            return
        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;
    MethodParameters:
        Name  Flags
      filter  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 378
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$13(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  filter  Lio/vertx/core/json/JsonObject;
    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 394
            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 395
            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 void getRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
         0: .line 407
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 408
            return
        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;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)V
    MethodParameters:
        Name  Flags
      filter  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
         0: .line 421
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$15(Ljava/util/function/Function;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
    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 439
            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 440
            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 void getRecord(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, );
    descriptor: (Ljava/util/function/Function;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, 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 // boolean includeOutOfService
         0: .line 454
            aload 0 /* this */
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 455
            return
        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
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Z)V
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  

  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=5, 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 // boolean includeOutOfService
         0: .line 470
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Z)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$17(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0                 this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1               filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    1     2  includeOutOfService  Z
    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 482
            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 483
            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 void getRecords(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 491
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 492
            return
        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;
    MethodParameters:
        Name  Flags
      filter  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 501
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$19(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  filter  Lio/vertx/core/json/JsonObject;
    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 518
            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 519
            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 void getRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
         0: .line 532
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 533
            return
        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;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;)V
    MethodParameters:
        Name  Flags
      filter  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // java.util.function.Function filter
         0: .line 547
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$21(Ljava/util/function/Function;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
    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 566
            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 567
            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 void getRecords(java.util.function.Function<io.vertx.servicediscovery.Record, java.lang.Boolean>, );
    descriptor: (Ljava/util/function/Function;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, 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 // boolean includeOutOfService
         0: .line 582
            aload 0 /* this */
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 583
            return
        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
    Signature: (Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;Z)V
    MethodParameters:
                     Name  Flags
      filter               
      includeOutOfService  

  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=5, 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 // boolean includeOutOfService
         0: .line 599
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filter */
            iload 2 /* includeOutOfService */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Z)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$23(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0                 this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1               filter  Ljava/util/function/Function<Lio/vertx/servicediscovery/Record;Ljava/lang/Boolean;>;
            0    1     2  includeOutOfService  Z
    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 610
            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 611
            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 void update(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
         0: .line 618
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.update:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 619
            return
        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;
    MethodParameters:
        Name  Flags
      record  

  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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 1 // io.vertx.servicediscovery.Record record
         0: .line 627
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic accept(Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/servicediscovery/ServiceDiscovery.lambda$25(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.servicediscovery.Record record
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            0    1     1  record  Lio/vertx/servicediscovery/Record;
    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 636
            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$26(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 637
            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 644
            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 645
            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 655
            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 656
            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 659
            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 96
            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 java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 114
            aload 0 /* o1 */
            checkcast io.vertx.servicediscovery.ServiceReference
            invokestatic io.vertx.rxjava.servicediscovery.ServiceReference.newInstance:(Lio/vertx/servicediscovery/ServiceReference;)Lio/vertx/rxjava/servicediscovery/ServiceReference;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.rxjava.servicediscovery.ServiceReference);
    descriptor: (Lio/vertx/rxjava/servicediscovery/ServiceReference;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceReference o1
         0: .line 114
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceReference.getDelegate:()Lio/vertx/servicediscovery/ServiceReference;
            areturn
        end local 0 // io.vertx.rxjava.servicediscovery.ServiceReference o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/servicediscovery/ServiceReference;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 190
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(io.vertx.rxjava.servicediscovery.spi.ServiceImporter, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 3 // io.vertx.core.Handler fut
         0: .line 202
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/rxjava/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            pop
         1: .line 203
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 228
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.rxjava.servicediscovery.spi.ServiceExporter, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 3 // io.vertx.core.Handler fut
         0: .line 240
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/rxjava/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/rxjava/servicediscovery/ServiceDiscovery;
            pop
         1: .line 241
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 265
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private void lambda$9(io.vertx.servicediscovery.Record, io.vertx.core.Handler);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 275
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.publish:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 276
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 293
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 303
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.unpublish:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 304
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 353
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private void lambda$13(io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 379
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 380
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 407
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private void lambda$15(java.util.function.Function, io.vertx.core.Handler);
    descriptor: (Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 422
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 423
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 454
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private void lambda$17(java.util.function.Function, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 3 // io.vertx.core.Handler fut
         0: .line 471
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 472
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 491
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;

  private void lambda$19(io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 502
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 503
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 532
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;

  private void lambda$21(java.util.function.Function, io.vertx.core.Handler);
    descriptor: (Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 548
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 549
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;

  private static void lambda$22(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 582
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;

  private void lambda$23(java.util.function.Function, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 3 // io.vertx.core.Handler fut
         0: .line 600
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         1: .line 601
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/servicediscovery/Record;>;>;>;

  private static void lambda$24(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 618
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;

  private void lambda$25(io.vertx.servicediscovery.Record, io.vertx.core.Handler);
    descriptor: (Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.servicediscovery.ServiceDiscovery this
        start local 2 // io.vertx.core.Handler fut
         0: .line 628
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.servicediscovery.ServiceDiscovery.update:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         1: .line 629
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/servicediscovery/Record;>;>;

  private static io.vertx.rxjava.servicediscovery.ServiceReference lambda$26(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 636
            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"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/servicediscovery/ServiceDiscovery;)