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

  private final io.vertx.ext.consul.ConsulClient delegate;
    descriptor: Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            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/reactivex/ext/consul/ConsulClient.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            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/reactivex/ext/consul/ConsulClient.getDelegate()Lio/vertx/ext/consul/ConsulClient; (5)
                  (Lio/vertx/reactivex/ext/consul/ConsulClient;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.consul.ConsulClient.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            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.reactivex.ext.consul.ConsulClient this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  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.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      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 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.consul.ConsulClient
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.consul.ConsulClient that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.consul.ConsulClient that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/consul/ConsulClient;
    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.reactivex.ext.consul.ConsulClient this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public void <init>(io.vertx.ext.consul.ConsulClient);
    descriptor: (Lio/vertx/ext/consul/ConsulClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.ConsulClient delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
         2: .line 77
            return
        end local 1 // io.vertx.ext.consul.ConsulClient delegate
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    3     1  delegate  Lio/vertx/ext/consul/ConsulClient;
    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.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.consul.ConsulClient
            putfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

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

  public static io.vertx.reactivex.ext.consul.ConsulClient create(io.vertx.reactivex.core.Vertx, io.vertx.ext.consul.ConsulClientOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 104
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokestatic io.vertx.ext.consul.ConsulClient.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/ConsulClient;
            invokestatic io.vertx.reactivex.ext.consul.ConsulClient.newInstance:(Lio/vertx/ext/consul/ConsulClient;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.consul.ConsulClient ret
         1: .line 105
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.consul.ConsulClient ret
        end local 1 // io.vertx.ext.consul.ConsulClientOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/vertx/ext/consul/ConsulClientOptions;
            1    2     2      ret  Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient agentInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 115
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient agentInfo();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 124
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 123
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.core.json.JsonObject> rxAgentInfo();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 132
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodes();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 153
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 152
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.ext.consul.CoordinateList> rxCoordinateNodes();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 161
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$5(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/CoordinateList;>;

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 175
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 186
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 185
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.ext.consul.CoordinateList> rxCoordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 196
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$7(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/CoordinateList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.DcCoordinates>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 207
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 208
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateDatacenters();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 217
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 216
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<io.vertx.ext.consul.DcCoordinates>> rxCoordinateDatacenters();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 225
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient getKeys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 237
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 238
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      keyPrefix  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 248
            aload 0 /* this */
            aload 1 /* keyPrefix */
            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/reactivex/ext/consul/ConsulClient.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 247
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  keyPrefix  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.reactivex.Single<java.util.List<java.lang.String>> rxGetKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 257
            aload 0 /* this */
            aload 1 /* keyPrefix */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  keyPrefix  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulClient getKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 271
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      keyPrefix  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 282
            aload 0 /* this */
            aload 1 /* keyPrefix */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 281
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  keyPrefix  Ljava/lang/String;
            0    2     2    options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public io.reactivex.Single<java.util.List<java.lang.String>> rxGetKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 292
            aload 0 /* this */
            aload 1 /* keyPrefix */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$13(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  keyPrefix  Ljava/lang/String;
            0    1     2    options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public io.vertx.reactivex.ext.consul.ConsulClient getValue(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 306
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            key  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      key            
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
         0: .line 317
            aload 0 /* this */
            aload 1 /* key */
            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/reactivex/ext/consul/ConsulClient.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 316
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public io.reactivex.Single<io.vertx.ext.consul.KeyValue> rxGetValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
         0: .line 327
            aload 0 /* this */
            aload 1 /* key */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$15(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1   key  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.reactivex.ext.consul.ConsulClient getValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 343
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            key  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      key            
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 356
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 355
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      key  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      key      
      options  

  public io.reactivex.Single<io.vertx.ext.consul.KeyValue> rxGetValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 368
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$17(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1      key  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
         Name  Flags
      key      
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValue(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 380
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 381
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            key  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      key            
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
         0: .line 391
            aload 0 /* this */
            aload 1 /* key */
            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/reactivex/ext/consul/ConsulClient.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 390
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public io.reactivex.Completable rxDeleteValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
         0: .line 400
            aload 0 /* this */
            aload 1 /* key */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$19(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.reactivex.ext.consul.ConsulClient getValues(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 413
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 414
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      keyPrefix  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 425
            aload 0 /* this */
            aload 1 /* keyPrefix */
            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/reactivex/ext/consul/ConsulClient.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 424
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  keyPrefix  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.reactivex.Single<io.vertx.ext.consul.KeyValueList> rxGetValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 435
            aload 0 /* this */
            aload 1 /* keyPrefix */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$21(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  keyPrefix  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulClient getValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 450
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 451
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      keyPrefix  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 464
            aload 0 /* this */
            aload 1 /* keyPrefix */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 463
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  keyPrefix  Ljava/lang/String;
            0    2     2    options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public io.reactivex.Single<io.vertx.ext.consul.KeyValueList> rxGetValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 476
            aload 0 /* this */
            aload 1 /* keyPrefix */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$23(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  keyPrefix  Ljava/lang/String;
            0    1     2    options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValues(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 488
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 489
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      keyPrefix  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 499
            aload 0 /* this */
            aload 1 /* keyPrefix */
            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/reactivex/ext/consul/ConsulClient.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 498
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  keyPrefix  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.reactivex.Completable rxDeleteValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String keyPrefix
         0: .line 508
            aload 0 /* this */
            aload 1 /* keyPrefix */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$25(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String keyPrefix
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  keyPrefix  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulClient putValue(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 521
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 522
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            key  Ljava/lang/String;
            0    2     2          value  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      key            
      value          
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient putValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 533
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            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/reactivex/ext/consul/ConsulClient.lambda$26(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 532
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public io.reactivex.Single<java.lang.Boolean> rxPutValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 543
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;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/reactivex/ext/consul/ConsulClient.lambda$27(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public io.vertx.reactivex.ext.consul.ConsulClient putValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.ext.consul.KeyValueOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 556
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 557
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.consul.KeyValueOptions options
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            key  Ljava/lang/String;
            0    2     2          value  Ljava/lang/String;
            0    2     3        options  Lio/vertx/ext/consul/KeyValueOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      key            
      value          
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient putValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.ext.consul.KeyValueOptions options
         0: .line 568
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$28(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 567
            areturn
        end local 3 // io.vertx.ext.consul.KeyValueOptions options
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      key  Ljava/lang/String;
            0    2     2    value  Ljava/lang/String;
            0    2     3  options  Lio/vertx/ext/consul/KeyValueOptions;
    MethodParameters:
         Name  Flags
      key      
      value    
      options  

  public io.reactivex.Single<java.lang.Boolean> rxPutValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
        start local 3 // io.vertx.ext.consul.KeyValueOptions options
         0: .line 578
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)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/reactivex/ext/consul/ConsulClient.lambda$29(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.consul.KeyValueOptions options
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1      key  Ljava/lang/String;
            0    1     2    value  Ljava/lang/String;
            0    1     3  options  Lio/vertx/ext/consul/KeyValueOptions;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    MethodParameters:
         Name  Flags
      key      
      value    
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient transaction(io.vertx.ext.consul.TxnRequest, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.TxnResponse>>);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.TxnRequest request
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 590
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* request */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 591
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.TxnRequest request
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        request  Lio/vertx/ext/consul/TxnRequest;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/TxnResponse;>;>;
    Signature: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/TxnResponse;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      request        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient transaction(io.vertx.ext.consul.TxnRequest);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.TxnRequest request
         0: .line 601
            aload 0 /* this */
            aload 1 /* request */
            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/reactivex/ext/consul/ConsulClient.lambda$30(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 600
            areturn
        end local 1 // io.vertx.ext.consul.TxnRequest request
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  request  Lio/vertx/ext/consul/TxnRequest;
    MethodParameters:
         Name  Flags
      request  

  public io.reactivex.Single<io.vertx.ext.consul.TxnResponse> rxTransaction(io.vertx.ext.consul.TxnRequest);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.TxnRequest request
         0: .line 610
            aload 0 /* this */
            aload 1 /* request */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/TxnRequest;)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/reactivex/ext/consul/ConsulClient.lambda$31(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.TxnRequest request
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  request  Lio/vertx/ext/consul/TxnRequest;
    Signature: (Lio/vertx/ext/consul/TxnRequest;)Lio/reactivex/Single<Lio/vertx/ext/consul/TxnResponse;>;
    MethodParameters:
         Name  Flags
      request  

  public io.vertx.reactivex.ext.consul.ConsulClient createAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 622
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* token */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 623
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler idHandler
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      token  Lio/vertx/ext/consul/AclToken;
            0    2     2  idHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
           Name  Flags
      token      
      idHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient createAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
         0: .line 633
            aload 0 /* this */
            aload 1 /* token */
            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/reactivex/ext/consul/ConsulClient.lambda$32(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 632
            areturn
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  token  Lio/vertx/ext/consul/AclToken;
    MethodParameters:
       Name  Flags
      token  

  public io.reactivex.Single<java.lang.String> rxCreateAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
         0: .line 642
            aload 0 /* this */
            aload 1 /* token */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/AclToken;)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/reactivex/ext/consul/ConsulClient.lambda$33(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  token  Lio/vertx/ext/consul/AclToken;
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public io.vertx.reactivex.ext.consul.ConsulClient updateAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 654
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* token */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 655
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler idHandler
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1      token  Lio/vertx/ext/consul/AclToken;
            0    2     2  idHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
           Name  Flags
      token      
      idHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient updateAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
         0: .line 665
            aload 0 /* this */
            aload 1 /* token */
            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/reactivex/ext/consul/ConsulClient.lambda$34(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 664
            areturn
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  token  Lio/vertx/ext/consul/AclToken;
    MethodParameters:
       Name  Flags
      token  

  public io.reactivex.Single<java.lang.String> rxUpdateAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.AclToken token
         0: .line 674
            aload 0 /* this */
            aload 1 /* token */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/AclToken;)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/reactivex/ext/consul/ConsulClient.lambda$35(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.AclToken token
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  token  Lio/vertx/ext/consul/AclToken;
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public io.vertx.reactivex.ext.consul.ConsulClient cloneAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 686
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 687
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler idHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1         id  Ljava/lang/String;
            0    2     2  idHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
           Name  Flags
      id         
      idHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient cloneAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 697
            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/reactivex/ext/consul/ConsulClient.lambda$36(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 696
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Single<java.lang.String> rxCloneAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 706
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$37(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient listAclTokens(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.AclToken>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 717
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 718
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listAclTokens();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 727
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$38(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 726
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<io.vertx.ext.consul.AclToken>> rxListAclTokens();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 735
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$39(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient infoAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.AclToken>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler tokenHandler
         0: .line 747
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* tokenHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 748
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler tokenHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1            id  Ljava/lang/String;
            0    2     2  tokenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/AclToken;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/AclToken;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
              Name  Flags
      id            
      tokenHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient infoAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 758
            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/reactivex/ext/consul/ConsulClient.lambda$40(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 757
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Single<io.vertx.ext.consul.AclToken> rxInfoAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 767
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$41(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/AclToken;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient destroyAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 779
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.destroyAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 780
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient destroyAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 790
            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/reactivex/ext/consul/ConsulClient.lambda$42(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.destroyAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 789
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDestroyAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 799
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$43(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient fireEvent(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 811
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* name */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 812
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1           name  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      name           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient fireEvent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
         0: .line 822
            aload 0 /* this */
            aload 1 /* name */
            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/reactivex/ext/consul/ConsulClient.lambda$44(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 821
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.reactivex.Single<io.vertx.ext.consul.Event> rxFireEvent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
         0: .line 831
            aload 0 /* this */
            aload 1 /* name */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$45(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Event;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.ext.consul.ConsulClient fireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.ext.consul.EventOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 844
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* name */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 845
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.EventOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1           name  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/EventOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      name           
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient fireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.ext.consul.EventOptions options
         0: .line 856
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$46(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 855
            areturn
        end local 2 // io.vertx.ext.consul.EventOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1     name  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/EventOptions;
    MethodParameters:
         Name  Flags
      name     
      options  

  public io.reactivex.Single<io.vertx.ext.consul.Event> rxFireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.ext.consul.EventOptions options
         0: .line 866
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)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/reactivex/ext/consul/ConsulClient.lambda$47(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.EventOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1     name  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/EventOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/Event;>;
    MethodParameters:
         Name  Flags
      name     
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient listEvents(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 877
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 878
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listEvents();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 887
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$48(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 886
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.ext.consul.EventList> rxListEvents();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 895
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$49(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/EventList;>;

  public io.vertx.reactivex.ext.consul.ConsulClient listEventsWithOptions(io.vertx.ext.consul.EventListOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.EventListOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 914
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 915
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.EventListOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        options  Lio/vertx/ext/consul/EventListOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;
    Signature: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listEventsWithOptions(io.vertx.ext.consul.EventListOptions);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.EventListOptions options
         0: .line 932
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$50(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 931
            areturn
        end local 1 // io.vertx.ext.consul.EventListOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/EventListOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.ext.consul.EventList> rxListEventsWithOptions(io.vertx.ext.consul.EventListOptions);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.EventListOptions options
         0: .line 948
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/EventListOptions;)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/reactivex/ext/consul/ConsulClient.lambda$51(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.EventListOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/EventListOptions;
    Signature: (Lio/vertx/ext/consul/EventListOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/EventList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient registerService(io.vertx.ext.consul.ServiceOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 960
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* serviceOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 961
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  serviceOptions  Lio/vertx/ext/consul/ServiceOptions;
            0    2     2   resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
                Name  Flags
      serviceOptions  
      resultHandler   

  public io.vertx.reactivex.ext.consul.ConsulClient registerService(io.vertx.ext.consul.ServiceOptions);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
         0: .line 971
            aload 0 /* this */
            aload 1 /* serviceOptions */
            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/reactivex/ext/consul/ConsulClient.lambda$52(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 970
            areturn
        end local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  serviceOptions  Lio/vertx/ext/consul/ServiceOptions;
    MethodParameters:
                Name  Flags
      serviceOptions  

  public io.reactivex.Completable rxRegisterService(io.vertx.ext.consul.ServiceOptions);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
         0: .line 980
            aload 0 /* this */
            aload 1 /* serviceOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/ServiceOptions;)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/reactivex/ext/consul/ConsulClient.lambda$53(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  serviceOptions  Lio/vertx/ext/consul/ServiceOptions;
    MethodParameters:
                Name  Flags
      serviceOptions  

  public io.vertx.reactivex.ext.consul.ConsulClient maintenanceService(io.vertx.ext.consul.MaintenanceOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 992
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* maintenanceOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 993
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  maintenanceOptions  Lio/vertx/ext/consul/MaintenanceOptions;
            0    2     2       resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
                    Name  Flags
      maintenanceOptions  
      resultHandler       

  public io.vertx.reactivex.ext.consul.ConsulClient maintenanceService(io.vertx.ext.consul.MaintenanceOptions);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
         0: .line 1003
            aload 0 /* this */
            aload 1 /* maintenanceOptions */
            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/reactivex/ext/consul/ConsulClient.lambda$54(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1002
            areturn
        end local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  maintenanceOptions  Lio/vertx/ext/consul/MaintenanceOptions;
    MethodParameters:
                    Name  Flags
      maintenanceOptions  

  public io.reactivex.Completable rxMaintenanceService(io.vertx.ext.consul.MaintenanceOptions);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
         0: .line 1012
            aload 0 /* this */
            aload 1 /* maintenanceOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/MaintenanceOptions;)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/reactivex/ext/consul/ConsulClient.lambda$55(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  maintenanceOptions  Lio/vertx/ext/consul/MaintenanceOptions;
    MethodParameters:
                    Name  Flags
      maintenanceOptions  

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterService(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1025
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.deregisterService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1026
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 1037
            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/reactivex/ext/consul/ConsulClient.lambda$56(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deregisterService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1036
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDeregisterService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 1047
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$57(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodes(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1059
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1060
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
         0: .line 1070
            aload 0 /* this */
            aload 1 /* service */
            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/reactivex/ext/consul/ConsulClient.lambda$58(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1069
            areturn
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      service  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServiceNodes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
         0: .line 1079
            aload 0 /* this */
            aload 1 /* service */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$59(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      service  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.ServiceQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1092
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1093
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/ServiceQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.ServiceQueryOptions options
         0: .line 1104
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$60(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1103
            areturn
        end local 2 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/ServiceQueryOptions;
    MethodParameters:
         Name  Flags
      service  
      options  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.ServiceQueryOptions options
         0: .line 1114
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$61(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/ServiceQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      service  
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1125
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1126
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogDatacenters();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1135
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$62(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1134
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<java.lang.String>> rxCatalogDatacenters();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1143
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$63(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1154
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1155
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodes();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1164
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$64(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1163
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.ext.consul.NodeList> rxCatalogNodes();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1172
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$65(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/NodeList;>;

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>>);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.NodeQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1184
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1185
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.NodeQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        options  Lio/vertx/ext/consul/NodeQueryOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;
    Signature: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.NodeQueryOptions options
         0: .line 1195
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$66(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1194
            areturn
        end local 1 // io.vertx.ext.consul.NodeQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/NodeQueryOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.ext.consul.NodeList> rxCatalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.NodeQueryOptions options
         0: .line 1204
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/NodeQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$67(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.NodeQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/NodeQueryOptions;
    Signature: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/NodeList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecks(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1216
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1217
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecks(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
         0: .line 1227
            aload 0 /* this */
            aload 1 /* service */
            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/reactivex/ext/consul/ConsulClient.lambda$68(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1226
            areturn
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      service  

  public io.reactivex.Single<io.vertx.ext.consul.CheckList> rxHealthChecks(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
         0: .line 1236
            aload 0 /* this */
            aload 1 /* service */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$69(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
         Name  Flags
      service  

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1249
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1250
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/CheckQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
         0: .line 1261
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$70(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1260
            areturn
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/CheckQueryOptions;
    MethodParameters:
         Name  Flags
      service  
      options  

  public io.reactivex.Single<io.vertx.ext.consul.CheckList> rxHealthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
         0: .line 1271
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$71(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/CheckQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
         Name  Flags
      service  
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient healthState(io.vertx.ext.consul.HealthState, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1283
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* healthState */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1284
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    healthState  Lio/vertx/ext/consul/HealthState;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      healthState    
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthState(io.vertx.ext.consul.HealthState);
    descriptor: (Lio/vertx/ext/consul/HealthState;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
         0: .line 1294
            aload 0 /* this */
            aload 1 /* healthState */
            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/reactivex/ext/consul/ConsulClient.lambda$72(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1293
            areturn
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  healthState  Lio/vertx/ext/consul/HealthState;
    MethodParameters:
             Name  Flags
      healthState  

  public io.reactivex.Single<io.vertx.ext.consul.CheckList> rxHealthState(io.vertx.ext.consul.HealthState);
    descriptor: (Lio/vertx/ext/consul/HealthState;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
         0: .line 1303
            aload 0 /* this */
            aload 1 /* healthState */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/HealthState;)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/reactivex/ext/consul/ConsulClient.lambda$73(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  healthState  Lio/vertx/ext/consul/HealthState;
    Signature: (Lio/vertx/ext/consul/HealthState;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
             Name  Flags
      healthState  

  public io.vertx.reactivex.ext.consul.ConsulClient healthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1316
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* healthState */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1317
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    healthState  Lio/vertx/ext/consul/HealthState;
            0    2     2        options  Lio/vertx/ext/consul/CheckQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      healthState    
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
         0: .line 1328
            aload 0 /* this */
            aload 1 /* healthState */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$74(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1327
            areturn
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  healthState  Lio/vertx/ext/consul/HealthState;
            0    2     2      options  Lio/vertx/ext/consul/CheckQueryOptions;
    MethodParameters:
             Name  Flags
      healthState  
      options      

  public io.reactivex.Single<io.vertx.ext.consul.CheckList> rxHealthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.ext.consul.CheckQueryOptions options
         0: .line 1338
            aload 0 /* this */
            aload 1 /* healthState */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$75(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.CheckQueryOptions options
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  healthState  Lio/vertx/ext/consul/HealthState;
            0    1     2      options  Lio/vertx/ext/consul/CheckQueryOptions;
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
             Name  Flags
      healthState  
      options      

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodes(java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>>);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1352
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1353
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2        passing  Z
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;
    Signature: (Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      passing        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodes(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
         0: .line 1365
            aload 0 /* this */
            aload 1 /* service */
            iload 2 /* passing */
            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/reactivex/ext/consul/ConsulClient.lambda$76(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1364
            areturn
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
            0    2     2  passing  Z
    MethodParameters:
         Name  Flags
      service  
      passing  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceEntryList> rxHealthServiceNodes(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
         0: .line 1376
            aload 0 /* this */
            aload 1 /* service */
            iload 2 /* passing */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;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/reactivex/ext/consul/ConsulClient.lambda$77(Ljava/lang/String;ZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
            0    1     2  passing  Z
    Signature: (Ljava/lang/String;Z)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      passing  

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>>);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
        start local 3 // io.vertx.ext.consul.ServiceQueryOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1391
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1392
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        service  Ljava/lang/String;
            0    2     2        passing  Z
            0    2     3        options  Lio/vertx/ext/consul/ServiceQueryOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;
    Signature: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      service        
      passing        
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
        start local 3 // io.vertx.ext.consul.ServiceQueryOptions options
         0: .line 1405
            aload 0 /* this */
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$78(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1404
            areturn
        end local 3 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  service  Ljava/lang/String;
            0    2     2  passing  Z
            0    2     3  options  Lio/vertx/ext/consul/ServiceQueryOptions;
    MethodParameters:
         Name  Flags
      service  
      passing  
      options  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceEntryList> rxHealthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
        start local 3 // io.vertx.ext.consul.ServiceQueryOptions options
         0: .line 1417
            aload 0 /* this */
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$79(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.consul.ServiceQueryOptions options
        end local 2 // boolean passing
        end local 1 // java.lang.String service
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  service  Ljava/lang/String;
            0    1     2  passing  Z
            0    1     3  options  Lio/vertx/ext/consul/ServiceQueryOptions;
    Signature: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      passing  
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1428
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1429
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServices();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1438
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$80(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1437
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServices();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1446
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$81(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1459
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1460
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 1471
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$82(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1470
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 1481
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$83(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServices(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1493
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* node */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1494
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1           node  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      node           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServices(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
         0: .line 1504
            aload 0 /* this */
            aload 1 /* node */
            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/reactivex/ext/consul/ConsulClient.lambda$84(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1503
            areturn
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  node  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogNodeServices(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
         0: .line 1513
            aload 0 /* this */
            aload 1 /* node */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$85(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  node  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
      Name  Flags
      node  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1527
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* node */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1528
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1           node  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      node           
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 1540
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$86(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1539
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1     node  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      node     
      options  

  public io.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String node
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 1551
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$87(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String node
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1     node  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      node     
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient localServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.Service>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1562
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.localServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1563
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient localServices();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1572
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$88(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.localServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1571
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<io.vertx.ext.consul.Service>> rxLocalServices();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1580
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$89(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient localChecks(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.Check>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1591
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1592
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient localChecks();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1601
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$90(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1600
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<io.vertx.ext.consul.Check>> rxLocalChecks();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1609
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$91(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient registerCheck(io.vertx.ext.consul.CheckOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1622
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1623
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1   checkOptions  Lio/vertx/ext/consul/CheckOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkOptions   
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient registerCheck(io.vertx.ext.consul.CheckOptions);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.CheckOptions checkOptions
         0: .line 1634
            aload 0 /* this */
            aload 1 /* checkOptions */
            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/reactivex/ext/consul/ConsulClient.lambda$92(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1633
            areturn
        end local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkOptions  Lio/vertx/ext/consul/CheckOptions;
    MethodParameters:
              Name  Flags
      checkOptions  

  public io.reactivex.Completable rxRegisterCheck(io.vertx.ext.consul.CheckOptions);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.CheckOptions checkOptions
         0: .line 1644
            aload 0 /* this */
            aload 1 /* checkOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/CheckOptions;)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/reactivex/ext/consul/ConsulClient.lambda$93(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkOptions  Lio/vertx/ext/consul/CheckOptions;
    MethodParameters:
              Name  Flags
      checkOptions  

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1656
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.deregisterCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1657
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1667
            aload 0 /* this */
            aload 1 /* checkId */
            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/reactivex/ext/consul/ConsulClient.lambda$94(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deregisterCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1666
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.reactivex.Completable rxDeregisterCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1676
            aload 0 /* this */
            aload 1 /* checkId */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$95(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.vertx.reactivex.ext.consul.ConsulClient passCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1688
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.passCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1689
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient passCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1699
            aload 0 /* this */
            aload 1 /* checkId */
            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/reactivex/ext/consul/ConsulClient.lambda$96(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.passCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1698
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.reactivex.Completable rxPassCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1708
            aload 0 /* this */
            aload 1 /* checkId */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$97(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.vertx.reactivex.ext.consul.ConsulClient passCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1721
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1722
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  Ljava/lang/String;
            0    2     2           note  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient passCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1733
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            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/reactivex/ext/consul/ConsulClient.lambda$98(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1732
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
            0    2     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.reactivex.Completable rxPassCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1743
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;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/reactivex/ext/consul/ConsulClient.lambda$99(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
            0    1     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1755
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.warnCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1756
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1766
            aload 0 /* this */
            aload 1 /* checkId */
            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/reactivex/ext/consul/ConsulClient.lambda$100(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.warnCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1765
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.reactivex.Completable rxWarnCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1775
            aload 0 /* this */
            aload 1 /* checkId */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$101(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1788
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1789
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  Ljava/lang/String;
            0    2     2           note  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1800
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            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/reactivex/ext/consul/ConsulClient.lambda$102(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1799
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
            0    2     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.reactivex.Completable rxWarnCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1810
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;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/reactivex/ext/consul/ConsulClient.lambda$103(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
            0    1     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.vertx.reactivex.ext.consul.ConsulClient failCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1822
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.failCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1823
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient failCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1833
            aload 0 /* this */
            aload 1 /* checkId */
            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/reactivex/ext/consul/ConsulClient.lambda$104(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.failCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1832
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.reactivex.Completable rxFailCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
         0: .line 1842
            aload 0 /* this */
            aload 1 /* checkId */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$105(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  

  public io.vertx.reactivex.ext.consul.ConsulClient failCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1855
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1856
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  Ljava/lang/String;
            0    2     2           note  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient failCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1867
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            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/reactivex/ext/consul/ConsulClient.lambda$106(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1866
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
            0    2     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.reactivex.Completable rxFailCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // java.lang.String note
         0: .line 1877
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* note */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;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/reactivex/ext/consul/ConsulClient.lambda$107(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String note
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
            0    1     2     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1890
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1891
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  Ljava/lang/String;
            0    2     2         status  Lio/vertx/ext/consul/CheckStatus;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      status         
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
         0: .line 1902
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* status */
            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/reactivex/ext/consul/ConsulClient.lambda$108(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1901
            areturn
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
            0    2     2   status  Lio/vertx/ext/consul/CheckStatus;
    MethodParameters:
         Name  Flags
      checkId  
      status   

  public io.reactivex.Completable rxUpdateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
         0: .line 1912
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* status */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;)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/reactivex/ext/consul/ConsulClient.lambda$109(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
            0    1     2   status  Lio/vertx/ext/consul/CheckStatus;
    MethodParameters:
         Name  Flags
      checkId  
      status   

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
        start local 3 // java.lang.String note
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1926
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* note */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1927
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.lang.String note
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        checkId  Ljava/lang/String;
            0    2     2         status  Lio/vertx/ext/consul/CheckStatus;
            0    2     3           note  Ljava/lang/String;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      checkId        
      status         
      note           
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
        start local 3 // java.lang.String note
         0: .line 1939
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* note */
            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/reactivex/ext/consul/ConsulClient.lambda$110(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1938
            areturn
        end local 3 // java.lang.String note
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  checkId  Ljava/lang/String;
            0    2     2   status  Lio/vertx/ext/consul/CheckStatus;
            0    2     3     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      status   
      note     

  public io.reactivex.Completable rxUpdateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String checkId
        start local 2 // io.vertx.ext.consul.CheckStatus status
        start local 3 // java.lang.String note
         0: .line 1950
            aload 0 /* this */
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* note */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;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/reactivex/ext/consul/ConsulClient.lambda$111(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 3 // java.lang.String note
        end local 2 // io.vertx.ext.consul.CheckStatus status
        end local 1 // java.lang.String checkId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  checkId  Ljava/lang/String;
            0    1     2   status  Lio/vertx/ext/consul/CheckStatus;
            0    1     3     note  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      checkId  
      status   
      note     

  public io.vertx.reactivex.ext.consul.ConsulClient leaderStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1962
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1963
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient leaderStatus();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1973
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$112(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 1972
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.lang.String> rxLeaderStatus();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1982
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$113(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/lang/String;>;

  public io.vertx.reactivex.ext.consul.ConsulClient peersStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1994
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 1995
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient peersStatus();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2005
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$114(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2004
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<java.lang.String>> rxPeersStatus();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2014
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$115(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient createSession(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler idHandler
         0: .line 2025
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createSession:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2026
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler idHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  idHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
           Name  Flags
      idHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient createSession();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2035
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$116(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createSession:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2034
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.lang.String> rxCreateSession();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2043
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$117(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/lang/String;>;

  public io.vertx.reactivex.ext.consul.ConsulClient createSessionWithOptions(io.vertx.ext.consul.SessionOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.SessionOptions options
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 2055
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2056
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler idHandler
        end local 1 // io.vertx.ext.consul.SessionOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    options  Lio/vertx/ext/consul/SessionOptions;
            0    2     2  idHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
           Name  Flags
      options    
      idHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient createSessionWithOptions(io.vertx.ext.consul.SessionOptions);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.SessionOptions options
         0: .line 2066
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$118(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2065
            areturn
        end local 1 // io.vertx.ext.consul.SessionOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/SessionOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<java.lang.String> rxCreateSessionWithOptions(io.vertx.ext.consul.SessionOptions);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.SessionOptions options
         0: .line 2075
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/SessionOptions;)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/reactivex/ext/consul/ConsulClient.lambda$119(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.SessionOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/SessionOptions;
    Signature: (Lio/vertx/ext/consul/SessionOptions;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient infoSession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2087
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2088
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1             id  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient infoSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2098
            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/reactivex/ext/consul/ConsulClient.lambda$120(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2097
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Single<io.vertx.ext.consul.Session> rxInfoSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2107
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$121(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient infoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 2121
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2122
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1             id  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient infoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2134
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$122(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2133
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1       id  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      id       
      options  

  public io.reactivex.Single<io.vertx.ext.consul.Session> rxInfoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2145
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$123(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1       id  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
         Name  Flags
      id       
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient renewSession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2157
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2158
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1             id  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient renewSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2168
            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/reactivex/ext/consul/ConsulClient.lambda$124(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2167
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Single<io.vertx.ext.consul.Session> rxRenewSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2177
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$125(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient listSessions(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 2188
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2189
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listSessions();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2198
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$126(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2197
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<io.vertx.ext.consul.SessionList> rxListSessions();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2206
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$127(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;

  public io.vertx.reactivex.ext.consul.ConsulClient listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2219
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2220
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2231
            aload 0 /* this */
            aload 1 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$128(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2230
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.ext.consul.SessionList> rxListSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2241
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$129(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessions(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2253
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* nodeId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2254
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1         nodeId  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      nodeId         
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
         0: .line 2264
            aload 0 /* this */
            aload 1 /* nodeId */
            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/reactivex/ext/consul/ConsulClient.lambda$130(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2263
            areturn
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  nodeId  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      nodeId  

  public io.reactivex.Single<io.vertx.ext.consul.SessionList> rxListNodeSessions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
         0: .line 2273
            aload 0 /* this */
            aload 1 /* nodeId */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$131(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  nodeId  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
        Name  Flags
      nodeId  

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 2287
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* nodeId */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2288
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1         nodeId  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/BlockingQueryOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      nodeId         
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2300
            aload 0 /* this */
            aload 1 /* nodeId */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$132(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2299
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1   nodeId  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    MethodParameters:
         Name  Flags
      nodeId   
      options  

  public io.reactivex.Single<io.vertx.ext.consul.SessionList> rxListNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.ext.consul.BlockingQueryOptions options
         0: .line 2311
            aload 0 /* this */
            aload 1 /* nodeId */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)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/reactivex/ext/consul/ConsulClient.lambda$133(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1   nodeId  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/BlockingQueryOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
         Name  Flags
      nodeId   
      options  

  public io.vertx.reactivex.ext.consul.ConsulClient destroySession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2323
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2324
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient destroySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2334
            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/reactivex/ext/consul/ConsulClient.lambda$134(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2333
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDestroySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2343
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$135(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2354
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* definition */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2355
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1     definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      definition     
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
         0: .line 2364
            aload 0 /* this */
            aload 1 /* definition */
            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/reactivex/ext/consul/ConsulClient.lambda$136(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2363
            areturn
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
    MethodParameters:
            Name  Flags
      definition  

  public io.reactivex.Single<java.lang.String> rxCreatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
         0: .line 2372
            aload 0 /* this */
            aload 1 /* definition */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/PreparedQueryDefinition;)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/reactivex/ext/consul/ConsulClient.lambda$137(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      definition  

  public io.vertx.reactivex.ext.consul.ConsulClient getPreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryDefinition>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2384
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2385
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1             id  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getPreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2395
            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/reactivex/ext/consul/ConsulClient.lambda$138(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2394
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Single<io.vertx.ext.consul.PreparedQueryDefinition> rxGetPreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2404
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$139(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/PreparedQueryDefinition;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient getAllPreparedQueries(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.PreparedQueryDefinition>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 2415
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2416
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient getAllPreparedQueries();
    descriptor: ()Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2425
            aload 0 /* this */
            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/reactivex/ext/consul/ConsulClient.lambda$140(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2424
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public io.reactivex.Single<java.util.List<io.vertx.ext.consul.PreparedQueryDefinition>> rxGetAllPreparedQueries();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2433
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;)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/reactivex/ext/consul/ConsulClient.lambda$141(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;

  public io.vertx.reactivex.ext.consul.ConsulClient updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2444
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* definition */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2445
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1     definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      definition     
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
         0: .line 2454
            aload 0 /* this */
            aload 1 /* definition */
            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/reactivex/ext/consul/ConsulClient.lambda$142(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2453
            areturn
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
    MethodParameters:
            Name  Flags
      definition  

  public io.reactivex.Completable rxUpdatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
         0: .line 2462
            aload 0 /* this */
            aload 1 /* definition */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Lio/vertx/ext/consul/PreparedQueryDefinition;)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/reactivex/ext/consul/ConsulClient.lambda$143(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  definition  Lio/vertx/ext/consul/PreparedQueryDefinition;
    MethodParameters:
            Name  Flags
      definition  

  public io.vertx.reactivex.ext.consul.ConsulClient deletePreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2474
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.deletePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2475
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            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;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient deletePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2485
            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/reactivex/ext/consul/ConsulClient.lambda$144(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deletePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2484
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDeletePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String id
         0: .line 2494
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$145(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 2506
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* query */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2507
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1          query  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
         0: .line 2517
            aload 0 /* this */
            aload 1 /* query */
            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/reactivex/ext/consul/ConsulClient.lambda$146(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2516
            areturn
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  query  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      query  

  public io.reactivex.Single<io.vertx.ext.consul.PreparedQueryExecuteResponse> rxExecutePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
         0: .line 2526
            aload 0 /* this */
            aload 1 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;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/reactivex/ext/consul/ConsulClient.lambda$147(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1  query  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;
    MethodParameters:
       Name  Flags
      query  

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 2539
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* query */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 2540
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1          query  Ljava/lang/String;
            0    2     2        options  Lio/vertx/ext/consul/PreparedQueryExecuteOptions;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    MethodParameters:
               Name  Flags
      query          
      options        
      resultHandler  

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
         0: .line 2551
            aload 0 /* this */
            aload 1 /* query */
            aload 2 /* options */
            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/reactivex/ext/consul/ConsulClient.lambda$148(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
         1: .line 2550
            areturn
        end local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1    query  Ljava/lang/String;
            0    2     2  options  Lio/vertx/ext/consul/PreparedQueryExecuteOptions;
    MethodParameters:
         Name  Flags
      query    
      options  

  public io.reactivex.Single<io.vertx.ext.consul.PreparedQueryExecuteResponse> rxExecutePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
         0: .line 2561
            aload 0 /* this */
            aload 1 /* query */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/consul/ConsulClient;Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)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/reactivex/ext/consul/ConsulClient.lambda$149(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.consul.PreparedQueryExecuteOptions options
        end local 1 // java.lang.String query
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    1     1    query  Ljava/lang/String;
            0    1     2  options  Lio/vertx/ext/consul/PreparedQueryExecuteOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;
    MethodParameters:
         Name  Flags
      query    
      options  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 2570
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
            invokeinterface io.vertx.ext.consul.ConsulClient.close:()V
         1: .line 2571
            return
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulClient;

  public static io.vertx.reactivex.ext.consul.ConsulClient newInstance(io.vertx.ext.consul.ConsulClient);
    descriptor: (Lio/vertx/ext/consul/ConsulClient;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ConsulClient arg
         0: .line 2574
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.consul.ConsulClient
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.consul.ConsulClient.<init>:(Lio/vertx/ext/consul/ConsulClient;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.consul.ConsulClient
         2: areturn
        end local 0 // io.vertx.ext.consul.ConsulClient arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/consul/ConsulClient;
    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 69
            new io.vertx.reactivex.ext.consul.ConsulClient
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.consul.ConsulClient
            invokespecial io.vertx.reactivex.ext.consul.ConsulClient.<init>:(Lio/vertx/ext/consul/ConsulClient;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(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 124
            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/core/json/JsonObject;>;

  private void lambda$3(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 133
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 134
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  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 153
            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/ext/consul/CoordinateList;>;

  private void lambda$5(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 162
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 163
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;

  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 186
            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/ext/consul/CoordinateList;>;

  private void lambda$7(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 197
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 198
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;

  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 217
            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/ext/consul/DcCoordinates;>;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 226
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 227
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;>;

  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 248
            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<Ljava/lang/String;>;>;

  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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 258
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 259
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;

  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 282
            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<Ljava/lang/String;>;>;

  private void lambda$13(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 293
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 294
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;

  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 317
            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/ext/consul/KeyValue;>;

  private void lambda$15(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 328
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 329
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;

  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 356
            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/ext/consul/KeyValue;>;

  private void lambda$17(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 369
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 370
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;

  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 391
            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$19(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 401
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 402
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  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 425
            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/ext/consul/KeyValueList;>;

  private void lambda$21(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 436
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 437
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;

  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 464
            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/ext/consul/KeyValueList;>;

  private void lambda$23(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 477
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 478
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;

  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 499
            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$25(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 509
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 510
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$26(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 533
            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/Boolean;>;

  private void lambda$27(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 544
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 545
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;

  private static void lambda$28(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 568
            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/Boolean;>;

  private void lambda$29(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 579
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 580
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;

  private static void lambda$30(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 601
            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/ext/consul/TxnResponse;>;

  private void lambda$31(io.vertx.ext.consul.TxnRequest, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 611
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 612
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/TxnResponse;>;>;

  private static void lambda$32(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 633
            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/String;>;

  private void lambda$33(io.vertx.ext.consul.AclToken, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 643
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 644
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$34(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 665
            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/String;>;

  private void lambda$35(io.vertx.ext.consul.AclToken, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 675
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 676
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$36(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 697
            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/String;>;

  private void lambda$37(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 707
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 708
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$38(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 727
            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/ext/consul/AclToken;>;>;

  private void lambda$39(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 736
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 737
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;>;

  private static void lambda$40(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 758
            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/ext/consul/AclToken;>;

  private void lambda$41(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 768
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 769
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/AclToken;>;>;

  private static void lambda$42(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 790
            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$43(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 800
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.destroyAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 801
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$44(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 822
            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/ext/consul/Event;>;

  private void lambda$45(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 832
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 833
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;

  private static void lambda$46(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 856
            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/ext/consul/Event;>;

  private void lambda$47(java.lang.String, io.vertx.ext.consul.EventOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 867
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 868
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;

  private static void lambda$48(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 887
            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/ext/consul/EventList;>;

  private void lambda$49(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 896
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 897
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;

  private static void lambda$50(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 932
            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/ext/consul/EventList;>;

  private void lambda$51(io.vertx.ext.consul.EventListOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 949
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 950
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;

  private static void lambda$52(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 971
            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$53(io.vertx.ext.consul.ServiceOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 981
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 982
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$54(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 1003
            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$55(io.vertx.ext.consul.MaintenanceOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1013
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1014
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$56(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 1037
            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$57(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1048
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deregisterService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1049
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$58(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 1070
            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/ext/consul/ServiceList;>;

  private void lambda$59(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1080
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1081
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$60(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 1104
            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/ext/consul/ServiceList;>;

  private void lambda$61(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1115
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1116
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$62(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 1135
            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<Ljava/lang/String;>;>;

  private void lambda$63(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1144
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1145
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;

  private static void lambda$64(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 1164
            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/ext/consul/NodeList;>;

  private void lambda$65(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1173
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1174
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;

  private static void lambda$66(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 1195
            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/ext/consul/NodeList;>;

  private void lambda$67(io.vertx.ext.consul.NodeQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1205
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1206
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;

  private static void lambda$68(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 1227
            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/ext/consul/CheckList;>;

  private void lambda$69(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1237
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1238
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;

  private static void lambda$70(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 1261
            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/ext/consul/CheckList;>;

  private void lambda$71(java.lang.String, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1272
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1273
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;

  private static void lambda$72(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 1294
            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/ext/consul/CheckList;>;

  private void lambda$73(io.vertx.ext.consul.HealthState, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1304
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1305
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;

  private static void lambda$74(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 1328
            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/ext/consul/CheckList;>;

  private void lambda$75(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1339
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1340
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;

  private static void lambda$76(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 1365
            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/ext/consul/ServiceEntryList;>;

  private void lambda$77(java.lang.String, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1377
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1378
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;

  private static void lambda$78(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 1405
            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/ext/consul/ServiceEntryList;>;

  private void lambda$79(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1418
            aload 0 /* this */
            aload 1
            iload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1419
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;

  private static void lambda$80(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 1438
            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/ext/consul/ServiceList;>;

  private void lambda$81(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1447
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1448
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$82(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 1471
            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/ext/consul/ServiceList;>;

  private void lambda$83(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1482
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1483
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$84(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 1504
            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/ext/consul/ServiceList;>;

  private void lambda$85(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1514
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1515
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$86(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 1540
            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/ext/consul/ServiceList;>;

  private void lambda$87(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1552
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1553
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;

  private static void lambda$88(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 1572
            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/ext/consul/Service;>;>;

  private void lambda$89(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1581
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.localServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1582
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;>;

  private static void lambda$90(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 1601
            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/ext/consul/Check;>;>;

  private void lambda$91(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1610
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1611
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;>;

  private static void lambda$92(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 1634
            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$93(io.vertx.ext.consul.CheckOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1645
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1646
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$94(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 1667
            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$95(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1677
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deregisterCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1678
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$96(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 1699
            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$97(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1709
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.passCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1710
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$98(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 1733
            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$99(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1744
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1745
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$100(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 1766
            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$101(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1776
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.warnCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1777
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$102(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 1800
            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$103(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1811
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1812
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$104(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 1833
            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$105(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1843
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.failCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1844
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$106(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 1867
            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$107(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1878
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1879
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$108(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 1902
            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$109(java.lang.String, io.vertx.ext.consul.CheckStatus, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1913
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1914
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$110(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 1939
            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$111(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1951
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1952
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$112(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 1973
            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/String;>;

  private void lambda$113(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1983
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 1984
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$114(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 2005
            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<Ljava/lang/String;>;>;

  private void lambda$115(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 2015
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2016
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;

  private static void lambda$116(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 2035
            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/String;>;

  private void lambda$117(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 2044
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createSession:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2045
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$118(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 2066
            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/String;>;

  private void lambda$119(io.vertx.ext.consul.SessionOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2076
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2077
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$120(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 2098
            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/ext/consul/Session;>;

  private void lambda$121(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2108
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2109
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;

  private static void lambda$122(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 2134
            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/ext/consul/Session;>;

  private void lambda$123(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 2146
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2147
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;

  private static void lambda$124(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 2168
            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/ext/consul/Session;>;

  private void lambda$125(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2178
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2179
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;

  private static void lambda$126(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 2198
            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/ext/consul/SessionList;>;

  private void lambda$127(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 2207
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2208
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;

  private static void lambda$128(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 2231
            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/ext/consul/SessionList;>;

  private void lambda$129(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2242
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2243
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;

  private static void lambda$130(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 2264
            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/ext/consul/SessionList;>;

  private void lambda$131(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2274
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2275
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;

  private static void lambda$132(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 2300
            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/ext/consul/SessionList;>;

  private void lambda$133(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 2312
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2313
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;

  private static void lambda$134(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 2334
            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$135(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2344
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2345
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$136(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 2364
            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/String;>;

  private void lambda$137(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2373
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2374
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$138(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 2395
            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/ext/consul/PreparedQueryDefinition;>;

  private void lambda$139(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2405
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2406
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;

  private static void lambda$140(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 2425
            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/ext/consul/PreparedQueryDefinition;>;>;

  private void lambda$141(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 2434
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2435
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;>;

  private static void lambda$142(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 2454
            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$143(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2463
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2464
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$144(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 2485
            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$145(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2495
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.deletePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2496
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$146(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 2517
            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/ext/consul/PreparedQueryExecuteResponse;>;

  private void lambda$147(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.reactivex.ext.consul.ConsulClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 2527
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2528
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;

  private static void lambda$148(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 2551
            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/ext/consul/PreparedQueryExecuteResponse;>;

  private void lambda$149(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 2562
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.consul.ConsulClient.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
            pop
         1: .line 2563
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/consul/ConsulClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;
}
SourceFile: "ConsulClient.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/consul/ConsulClient;)