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 92
            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 93
            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 92
            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 94
            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 76
            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 81
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 82
      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 83
      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 84
            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 89
            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 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.consul.ConsulClient.delegate:Lio/vertx/ext/consul/ConsulClient;
         2: .line 100
            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 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 103
            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 112
            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 113
            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 123
            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 124
            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 133
            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 134
            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.reactivex.Single<io.vertx.core.json.JsonObject> rxAgentInfo();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 153
            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 154
            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.reactivex.Single<io.vertx.ext.consul.CoordinateList> rxCoordinateNodes();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 175
            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 176
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 197
            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 198
            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.reactivex.Single<java.util.List<io.vertx.ext.consul.DcCoordinates>> rxCoordinateDatacenters();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 206
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 218
            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 219
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 241
            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 242
            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.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
         0: .line 252
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 265
            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 266
            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.reactivex.Single<io.vertx.ext.consul.KeyValue> rxGetValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 276
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 291
            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 292
            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.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
         0: .line 304
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 316
            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 317
            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.reactivex.Completable rxDeleteValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 326
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 339
            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 340
            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.reactivex.Single<io.vertx.ext.consul.KeyValueList> rxGetValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 350
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 365
            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 366
            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.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
         0: .line 378
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 390
            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 391
            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.reactivex.Completable rxDeleteValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 400
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 413
            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 414
            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.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
         0: .line 424
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 437
            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 438
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 448
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 460
            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 461
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 470
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 482
            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 483
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 492
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 504
            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 505
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 514
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 526
            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 527
            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.reactivex.Single<java.lang.String> rxCloneAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 536
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 547
            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 548
            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.reactivex.Single<java.util.List<io.vertx.ext.consul.AclToken>> rxListAclTokens();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 556
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 568
            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 569
            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.reactivex.Single<io.vertx.ext.consul.AclToken> rxInfoAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 578
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 590
            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 591
            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.reactivex.Completable rxDestroyAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 600
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 612
            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 613
            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.reactivex.Single<io.vertx.ext.consul.Event> rxFireEvent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 622
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 635
            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 636
            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.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
         0: .line 646
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 657
            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 658
            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.reactivex.Single<io.vertx.ext.consul.EventList> rxListEvents();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 666
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 685
            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 686
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 714
            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 715
            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.reactivex.Completable rxRegisterService(io.vertx.ext.consul.ServiceOptions);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 724
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 736
            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 737
            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.reactivex.Completable rxMaintenanceService(io.vertx.ext.consul.MaintenanceOptions);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 746
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 759
            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 760
            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.reactivex.Completable rxDeregisterService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 770
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 782
            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 783
            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.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServiceNodes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 792
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 805
            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 806
            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.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
         0: .line 816
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 827
            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 828
            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.reactivex.Single<java.util.List<java.lang.String>> rxCatalogDatacenters();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 836
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 847
            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 848
            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.reactivex.Single<io.vertx.ext.consul.NodeList> rxCatalogNodes();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 856
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 868
            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 869
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 878
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 890
            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 891
            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.reactivex.Single<io.vertx.ext.consul.CheckList> rxHealthChecks(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 900
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 913
            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 914
            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.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
         0: .line 924
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 936
            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 937
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 946
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 959
            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 960
            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.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
         0: .line 970
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 984
            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 985
            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.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
         0: .line 996
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1011
            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 1012
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1024
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1035
            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 1036
            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.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogServices();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1044
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1057
            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 1058
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1068
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 1080
            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 1081
            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.reactivex.Single<io.vertx.ext.consul.ServiceList> rxCatalogNodeServices(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1090
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1104
            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 1105
            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.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
         0: .line 1116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1127
            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 1128
            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.reactivex.Single<java.util.List<io.vertx.ext.consul.Service>> rxLocalServices();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1147
            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 1148
            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.reactivex.Single<java.util.List<io.vertx.ext.consul.Check>> rxLocalChecks();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1169
            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 1170
            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.reactivex.Completable rxRegisterCheck(io.vertx.ext.consul.CheckOptions);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1192
            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 1193
            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.reactivex.Completable rxDeregisterCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1202
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1214
            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 1215
            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.reactivex.Completable rxPassCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1237
            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 1238
            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.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
         0: .line 1248
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1260
            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 1261
            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.reactivex.Completable rxWarnCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1283
            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 1284
            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.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
         0: .line 1294
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1306
            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 1307
            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.reactivex.Completable rxFailCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1316
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1329
            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 1330
            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.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
         0: .line 1340
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1353
            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 1354
            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.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
         0: .line 1364
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1378
            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 1379
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1390
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1402
            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 1403
            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.reactivex.Single<java.lang.String> rxLeaderStatus();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1424
            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 1425
            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.reactivex.Single<java.util.List<java.lang.String>> rxPeersStatus();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1434
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1445
            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 1446
            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.reactivex.Single<java.lang.String> rxCreateSession();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1454
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1466
            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 1467
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1476
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 1488
            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 1489
            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.reactivex.Single<io.vertx.ext.consul.Session> rxInfoSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1498
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1512
            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 1513
            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.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
         0: .line 1524
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1536
            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 1537
            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.reactivex.Single<io.vertx.ext.consul.Session> rxRenewSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1557
            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 1558
            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.reactivex.Single<io.vertx.ext.consul.SessionList> rxListSessions();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1566
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1579
            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 1580
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1590
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 1602
            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 1603
            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.reactivex.Single<io.vertx.ext.consul.SessionList> rxListNodeSessions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1612
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1626
            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 1627
            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.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
         0: .line 1638
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1650
            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 1651
            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.reactivex.Completable rxDestroySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1660
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1671
            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 1672
            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.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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1680
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/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 1692
            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 1693
            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.reactivex.Single<io.vertx.ext.consul.PreparedQueryDefinition> rxGetPreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1713
            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 1714
            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.reactivex.Single<java.util.List<io.vertx.ext.consul.PreparedQueryDefinition>> rxGetAllPreparedQueries();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1722
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1733
            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 1734
            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.reactivex.Completable rxUpdatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1742
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1754
            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 1755
            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.reactivex.Completable rxDeletePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1764
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1776
            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 1777
            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.reactivex.Single<io.vertx.ext.consul.PreparedQueryExecuteResponse> rxExecutePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulClient this
         0: .line 1786
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1799
            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 1800
            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.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
         0: .line 1810
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1819
            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 1820
            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 1824
            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 92
            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;
}
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;)