public class io.vertx.reactivex.ext.consul.ConsulService extends 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.ConsulService
  super_class: io.vertx.reactivex.ext.consul.ConsulClient
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.consul.ConsulService> __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/ConsulService;>;

  private final io.vertx.ext.consul.ConsulService delegate;
    descriptor: Lio/vertx/ext/consul/ConsulService;
    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 85
            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/ConsulService.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 86
            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/ConsulService.getDelegate()Lio/vertx/ext/consul/ConsulService; (5)
                  (Lio/vertx/reactivex/ext/consul/ConsulService;)Ljava/lang/Object;
         2: .line 85
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.consul.ConsulService.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 87
            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.ConsulService this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;

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

  public void <init>(io.vertx.ext.consul.ConsulService);
    descriptor: (Lio/vertx/ext/consul/ConsulService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.ConsulService delegate
         0: .line 92
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.reactivex.ext.consul.ConsulClient.<init>:(Lio/vertx/ext/consul/ConsulClient;)V
         1: .line 93
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
         2: .line 94
            return
        end local 1 // io.vertx.ext.consul.ConsulService delegate
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/consul/ConsulService;
            0    3     1  delegate  Lio/vertx/ext/consul/ConsulService;
    MethodParameters:
          Name  Flags
      delegate  

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

  public static io.vertx.reactivex.ext.consul.ConsulService createEventBusProxy(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/vertx/reactivex/ext/consul/ConsulService;
    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 // java.lang.String address
         0: .line 107
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* address */
            invokestatic io.vertx.ext.consul.ConsulService.createEventBusProxy:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/consul/ConsulService;
            invokestatic io.vertx.reactivex.ext.consul.ConsulService.newInstance:(Lio/vertx/ext/consul/ConsulService;)Lio/vertx/reactivex/ext/consul/ConsulService;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.consul.ConsulService ret
         1: .line 108
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.consul.ConsulService ret
        end local 1 // java.lang.String address
        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  address  Ljava/lang/String;
            1    2     2      ret  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      vertx    
      address  

  public io.vertx.reactivex.ext.consul.ConsulService agentInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 117
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.reactivex.ext.consul.ConsulService coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 128
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/CoordinateList;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 135
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 139
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/CoordinateList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 146
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 150
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 157
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 161
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 167
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 168
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 172
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* key */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 179
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 183
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 189
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* key */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 190
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 194
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String key
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 200
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* key */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 201
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 205
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 211
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 212
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 216
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 222
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 223
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 227
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String keyPrefix
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* keyPrefix */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 234
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 238
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 244
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 245
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 249
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 255
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 256
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 260
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.TxnRequest request
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* request */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 267
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 271
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/TxnRequest;)Lio/reactivex/Single<Lio/vertx/ext/consul/TxnResponse;>;
    MethodParameters:
         Name  Flags
      request  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.AclToken token
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 277
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* token */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 278
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 282
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.AclToken token
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 288
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* token */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 289
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 293
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 299
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 300
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService 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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 310
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 311
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 315
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler tokenHandler
         0: .line 321
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* tokenHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 322
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService 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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/AclToken;>;
    MethodParameters:
      Name  Flags
      id    

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* name */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 344
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 348
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Event;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 354
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* name */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 355
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 359
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService listEvents(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 365
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 366
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 370
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/EventList;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.EventListOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 376
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 377
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 381
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/EventListOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/EventList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.ServiceOptions serviceOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 387
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* serviceOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 388
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 392
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
                Name  Flags
      serviceOptions  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.MaintenanceOptions maintenanceOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 398
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* maintenanceOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 399
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 403
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
                    Name  Flags
      maintenanceOptions  

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 420
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 421
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 425
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
         Name  Flags
      service  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 431
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 432
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 436
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.core.Handler handler
         0: .line 442
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* healthState */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 443
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/consul/ConsulService;
            0    2     1  healthState  Lio/vertx/ext/consul/HealthState;
            0    2     2      handler  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/ConsulService;
    MethodParameters:
             Name  Flags
      healthState  
      handler      

  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.ConsulService this
         0: .line 447
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/HealthState;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
             Name  Flags
      healthState  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.ext.consul.CheckQueryOptions checkQueryOptions
        start local 3 // io.vertx.core.Handler handler
         0: .line 453
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* healthState */
            aload 2 /* checkQueryOptions */
            aload 3 /* handler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 454
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.ext.consul.CheckQueryOptions checkQueryOptions
        end local 1 // io.vertx.ext.consul.HealthState healthState
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/ext/consul/ConsulService;
            0    2     1        healthState  Lio/vertx/ext/consul/HealthState;
            0    2     2  checkQueryOptions  Lio/vertx/ext/consul/CheckQueryOptions;
            0    2     3            handler  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/ConsulService;
    MethodParameters:
                   Name  Flags
      healthState        
      checkQueryOptions  
      handler            

  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.ConsulService this
         0: .line 458
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
                   Name  Flags
      healthState        
      checkQueryOptions  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String service
        start local 2 // boolean passing
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 464
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 465
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 469
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;Z)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      passing  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 475
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 476
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 480
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 486
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 487
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 491
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      service  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 497
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 498
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 502
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 508
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 509
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 513
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService catalogNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 519
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 520
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 524
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/NodeList;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.NodeQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 530
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 531
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 535
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/NodeList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 541
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 542
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 546
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 552
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 553
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 557
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 563
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.localServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 564
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 568
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String node
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 574
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* node */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 575
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 579
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
      Name  Flags
      node  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 585
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* node */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 586
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 590
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 596
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 597
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 601
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.CheckOptions checkOptions
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 607
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkOptions */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 608
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 612
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
              Name  Flags
      checkOptions  

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

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 640
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 641
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 645
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      checkId  
      note     

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 662
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 663
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 667
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      checkId  
      note     

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 684
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkId */
            aload 2 /* note */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 685
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 689
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 695
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 696
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 700
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      checkId  
      status   

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 706
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* checkId */
            aload 2 /* status */
            aload 3 /* note */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 707
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 711
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
         Name  Flags
      checkId  
      status   
      note     

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 728
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 729
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 733
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService createSession(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler idHandler
         0: .line 739
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.createSession:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 740
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler idHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 744
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/lang/String;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.SessionOptions options
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 750
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 751
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 755
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/SessionOptions;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 761
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 762
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 766
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 772
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 773
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 777
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 783
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 784
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 788
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulService listSessions(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 794
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 795
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 799
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.BlockingQueryOptions options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 805
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* options */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 806
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 810
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 816
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* nodeId */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 817
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 821
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
        Name  Flags
      nodeId  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 827
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* nodeId */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 828
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 832
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 838
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 839
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 843
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 849
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* definition */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 850
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 854
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      definition  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 860
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* id */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 861
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 865
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/PreparedQueryDefinition;>;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 871
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 872
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 876
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // io.vertx.ext.consul.PreparedQueryDefinition definition
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 882
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* definition */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 883
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 887
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    MethodParameters:
            Name  Flags
      definition  

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

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 904
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* query */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 905
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 909
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;
    MethodParameters:
       Name  Flags
      query  

  public io.vertx.reactivex.ext.consul.ConsulService 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/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.consul.ConsulService 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 915
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            aload 1 /* query */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulService.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            pop
         1: .line 916
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/consul/ConsulService;
            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/ConsulService;
    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.ConsulService this
         0: .line 920
            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.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;
    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.ConsulService this
         0: .line 926
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.consul.ConsulService.delegate:Lio/vertx/ext/consul/ConsulService;
            invokeinterface io.vertx.ext.consul.ConsulService.close:()V
         1: .line 927
            return
        end local 0 // io.vertx.reactivex.ext.consul.ConsulService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/consul/ConsulService;

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

  public io.vertx.reactivex.ext.consul.ConsulClient listEventsWithOptions(io.vertx.ext.consul.EventListOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient failCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient agentInfo(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServices(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getValue(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient renewSession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getDelegate();
    descriptor: ()Lio/vertx/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getDelegate:()Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServices(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listAclTokens(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessions(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getValues(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient registerService(io.vertx.ext.consul.ServiceOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient localChecks(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getPreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listEvents(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecks(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateDatacenters(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient coordinateNodes(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient fireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValue(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient deleteValues(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogDatacenters(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient leaderStatus(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient destroySession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient failCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.failCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient putValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient createAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient listSessions(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient putValue(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient createSession(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.createSession:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient infoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterService(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.deregisterService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient destroyAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.destroyAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient localServices(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.localServices:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogServiceNodes(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient updateAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthServiceNodes(java.lang.String, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient registerCheck(io.vertx.ext.consul.CheckOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getKeys(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient fireEvent(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient warnCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.warnCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient deletePreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.deletePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient infoAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient getAllPreparedQueries(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient deregisterCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.deregisterCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient transaction(io.vertx.ext.consul.TxnRequest, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient peersStatus(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient healthState(io.vertx.ext.consul.HealthState, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient passCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.passCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient infoSession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient updateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient maintenanceService(io.vertx.ext.consul.MaintenanceOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient createSessionWithOptions(io.vertx.ext.consul.SessionOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient passCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient cloneAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient executePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.consul.ConsulClient catalogNodes(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.consul.ConsulService.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 85
            new io.vertx.reactivex.ext.consul.ConsulService
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.consul.ConsulService
            invokespecial io.vertx.reactivex.ext.consul.ConsulService.<init>:(Lio/vertx/ext/consul/ConsulService;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "ConsulService.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/ConsulService;)