public class io.vertx.ext.consul.impl.ConsulServiceImpl implements io.vertx.ext.consul.ConsulService
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.impl.ConsulServiceImpl
  super_class: java.lang.Object
{
  private final io.vertx.ext.consul.ConsulClient consulClient;
    descriptor: Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.ext.consul.ConsulClient);
    descriptor: (Lio/vertx/ext/consul/ConsulClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.ConsulClient consulClient
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 18
            aload 0 /* this */
            aload 1 /* consulClient */
            putfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
         2: .line 19
            return
        end local 1 // io.vertx.ext.consul.ConsulClient consulClient
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            0    3     1  consulClient  Lio/vertx/ext/consul/ConsulClient;
    MethodParameters:
              Name  Flags
      consulClient  

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 42
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 53
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 54
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 65
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 66
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      key            
      options        
      resultHandler  

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 83
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* keyPrefix */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 84
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 101
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* key */
            aload 2 /* value */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 102
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      key            
      value          
      options        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.TxnRequest request
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 107
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* request */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 108
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      request        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.AclToken aclToken
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* aclToken */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 114
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler idHandler
        end local 1 // io.vertx.ext.consul.AclToken aclToken
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            0    2     1   aclToken  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/ext/consul/ConsulService;
    MethodParameters:
           Name  Flags
      aclToken   
      idHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.AclToken token
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* token */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 120
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
           Name  Flags
      token      
      idHandler  

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 155
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* name */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 156
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      name           
      options        
      resultHandler  

  public io.vertx.ext.consul.ConsulService listEvents(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

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

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 197
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 198
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.HealthState healthState
        start local 2 // io.vertx.core.Handler handler
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* healthState */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 204
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
             Name  Flags
      healthState  
      handler      

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 221
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            iload 2 /* passing */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 222
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      service        
      passing        
      options        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // java.lang.String service
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 228
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String service
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      service        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 233
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* service */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 234
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 239
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 240
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 269
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 270
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

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

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

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

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

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

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

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

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

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

  public io.vertx.ext.consul.ConsulService leaderStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 335
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 336
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 341
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 342
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.ext.consul.ConsulService createSession(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler idHandler
         0: .line 347
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createSession:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 348
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler idHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
           Name  Flags
      idHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.ext.consul.SessionOptions options
        start local 2 // io.vertx.core.Handler idHandler
         0: .line 353
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* options */
            aload 2 /* idHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 354
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
           Name  Flags
      options    
      idHandler  

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 365
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* id */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 366
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.ext.consul.BlockingQueryOptions options
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      id             
      options        
      resultHandler  

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

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 395
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* nodeId */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 396
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      nodeId         
      options        
      resultHandler  

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 419
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 420
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

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

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 443
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* query */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 444
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      query          
      options        
      resultHandler  

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 449
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.localServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 450
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      resultHandler  

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

  public io.vertx.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/ext/consul/ConsulService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.consul.impl.ConsulServiceImpl 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 461
            aload 0 /* this */
            getfield io.vertx.ext.consul.impl.ConsulServiceImpl.consulClient:Lio/vertx/ext/consul/ConsulClient;
            aload 1 /* node */
            aload 2 /* options */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.consul.ConsulClient.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
            pop
         1: .line 462
            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.ext.consul.impl.ConsulServiceImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/consul/impl/ConsulServiceImpl;
            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/ext/consul/ConsulService;
    MethodParameters:
               Name  Flags
      node           
      options        
      resultHandler  

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

  public io.vertx.ext.consul.ConsulClient executePreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.executePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.updateCheck:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient coordinateNodes(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.coordinateNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient deleteValues(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.deleteValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient renewSession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.renewSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.getKeysWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient listSessions(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.listSessions:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.transaction:(Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.putValueWithOptions:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.updatePreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.infoSessionWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.passCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient healthServiceNodes(java.lang.String, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.healthServiceNodes:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.warnCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient passCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.passCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient leaderStatus(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.leaderStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient coordinateDatacenters(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.coordinateDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.registerCheck:(Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.healthChecksWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.updateAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.putValue:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.updateCheckWithNote:(Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient warnCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.warnCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.catalogServiceNodesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient infoSession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.infoSession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getValues(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.getValues:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient catalogNodes(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.catalogNodes:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.fireEventWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getValue(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.getValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.createSessionWithOptions:(Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.coordinateNodesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.registerService:(Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.catalogServicesWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient cloneAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.cloneAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.getValueWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.createPreparedQuery:(Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.listNodeSessionsWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient catalogNodeServices(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.catalogNodeServices:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.failCheckWithNote:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getAllPreparedQueries(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.getAllPreparedQueries:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient catalogServiceNodes(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.catalogServiceNodes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.healthStateWithOptions:(Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient localServices(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.localServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient catalogDatacenters(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.catalogDatacenters:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.listEventsWithOptions:(Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.catalogNodesWithOptions:(Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getKeys(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.getKeys:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient listAclTokens(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.listAclTokens:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient healthChecks(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.healthChecks:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient createSession(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.createSession:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.maintenanceService:(Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient destroySession(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.destroySession:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.createAclToken:(Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient localChecks(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.localChecks:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient fireEvent(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.fireEvent:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.executePreparedQueryWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient catalogServices(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.catalogServices:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient agentInfo(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.agentInfo:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient infoAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.infoAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.catalogNodeServicesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient getPreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.getPreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient deletePreparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.deletePreparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient destroyAclToken(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.destroyAclToken:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.healthState:(Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient listNodeSessions(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.listNodeSessions:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient deregisterService(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.deregisterService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.getValuesWithOptions:(Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient listEvents(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.listEvents:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient deleteValue(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.deleteValue:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.healthServiceNodesWithOptions:(Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.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/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.ext.consul.impl.ConsulServiceImpl.listSessionsWithOptions:(Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient deregisterCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.deregisterCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient failCheck(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.failCheck:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.consul.ConsulClient peersStatus(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.consul.impl.ConsulServiceImpl.peersStatus:(Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConsulServiceImpl.java"