public interface io.vertx.ext.consul.ConsulClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.consul.ConsulClient
  super_class: java.lang.Object
{
  public static io.vertx.ext.consul.ConsulClient create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 44
            new io.vertx.ext.consul.impl.ConsulClientImpl
            dup
            aload 0 /* vertx */
            new io.vertx.ext.consul.ConsulClientOptions
            dup
            invokespecial io.vertx.ext.consul.ConsulClientOptions.<init>:()V
            invokespecial io.vertx.ext.consul.impl.ConsulClientImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.consul.ConsulClient create(io.vertx.core.Vertx, io.vertx.ext.consul.ConsulClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.consul.ConsulClientOptions options
         0: .line 55
            new io.vertx.ext.consul.impl.ConsulClientImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.consul.impl.ConsulClientImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/consul/ConsulClientOptions;)V
            areturn
        end local 1 // io.vertx.ext.consul.ConsulClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/consul/ConsulClientOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract io.vertx.ext.consul.ConsulClient agentInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.core.json.JsonObject> agentInfo();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/json/JsonObject;>;

  public abstract io.vertx.ext.consul.ConsulClient coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CoordinateList> coordinateNodes();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/consul/CoordinateList;>;

  public abstract io.vertx.ext.consul.ConsulClient coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CoordinateList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CoordinateList> coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/CoordinateList;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient coordinateDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.DcCoordinates>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<io.vertx.ext.consul.DcCoordinates>> coordinateDatacenters();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Lio/vertx/ext/consul/DcCoordinates;>;>;

  public abstract io.vertx.ext.consul.ConsulClient getKeys(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<java.lang.String>> getKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public abstract io.vertx.ext.consul.ConsulClient getKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<java.lang.String>> getKeysWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public abstract io.vertx.ext.consul.ConsulClient getValue(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValue;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      key            
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.KeyValue> getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
      Name  Flags
      key   

  public abstract io.vertx.ext.consul.ConsulClient getValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      key            
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.KeyValue> getValueWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/KeyValue;>;
    MethodParameters:
         Name  Flags
      key      
      options  

  public abstract io.vertx.ext.consul.ConsulClient deleteValue(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      key            
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> deleteValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      key   

  public abstract io.vertx.ext.consul.ConsulClient getValues(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/KeyValueList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.KeyValueList> getValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public abstract io.vertx.ext.consul.ConsulClient getValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      keyPrefix      
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.KeyValueList> getValuesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/KeyValueList;>;
    MethodParameters:
           Name  Flags
      keyPrefix  
      options    

  public abstract io.vertx.ext.consul.ConsulClient deleteValues(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      keyPrefix      
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> deleteValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      keyPrefix  

  public abstract io.vertx.ext.consul.ConsulClient putValue(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      key            
      value          
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Boolean> putValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract io.vertx.ext.consul.ConsulClient putValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      key            
      value          
      options        
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Boolean> putValueWithOptions(java.lang.String, java.lang.String, io.vertx.ext.consul.KeyValueOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/consul/KeyValueOptions;)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
         Name  Flags
      key      
      value    
      options  

  public abstract io.vertx.ext.consul.ConsulClient transaction(io.vertx.ext.consul.TxnRequest, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.TxnResponse>>);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/TxnRequest;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/TxnResponse;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      request        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.TxnResponse> transaction(io.vertx.ext.consul.TxnRequest);
    descriptor: (Lio/vertx/ext/consul/TxnRequest;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/TxnRequest;)Lio/vertx/core/Future<Lio/vertx/ext/consul/TxnResponse;>;
    MethodParameters:
         Name  Flags
      request  

  public abstract io.vertx.ext.consul.ConsulClient createAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      token      
      idHandler  

  public abstract io.vertx.core.Future<java.lang.String> createAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public abstract io.vertx.ext.consul.ConsulClient updateAclToken(io.vertx.ext.consul.AclToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/AclToken;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      token      
      idHandler  

  public abstract io.vertx.core.Future<java.lang.String> updateAclToken(io.vertx.ext.consul.AclToken);
    descriptor: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/AclToken;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      token  

  public abstract io.vertx.ext.consul.ConsulClient cloneAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      id         
      idHandler  

  public abstract io.vertx.core.Future<java.lang.String> cloneAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient listAclTokens(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.AclToken>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<io.vertx.ext.consul.AclToken>> listAclTokens();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Lio/vertx/ext/consul/AclToken;>;>;

  public abstract io.vertx.ext.consul.ConsulClient infoAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.AclToken>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/AclToken;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      id            
      tokenHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.AclToken> infoAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/AclToken;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient destroyAclToken(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> destroyAclToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient fireEvent(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Event;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      name           
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.Event> fireEvent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/Event;>;
    MethodParameters:
      Name  Flags
      name  

  public abstract io.vertx.ext.consul.ConsulClient fireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      name           
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.Event> fireEventWithOptions(java.lang.String, io.vertx.ext.consul.EventOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/EventOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/Event;>;
    MethodParameters:
         Name  Flags
      name     
      options  

  public abstract io.vertx.ext.consul.ConsulClient listEvents(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.EventList> listEvents();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/consul/EventList;>;

  public abstract io.vertx.ext.consul.ConsulClient listEventsWithOptions(io.vertx.ext.consul.EventListOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>>);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/EventListOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/EventList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.EventList> listEventsWithOptions(io.vertx.ext.consul.EventListOptions);
    descriptor: (Lio/vertx/ext/consul/EventListOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/EventListOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/EventList;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient registerService(io.vertx.ext.consul.ServiceOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/ServiceOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      serviceOptions  
      resultHandler   

  public abstract io.vertx.core.Future<java.lang.Void> registerService(io.vertx.ext.consul.ServiceOptions);
    descriptor: (Lio/vertx/ext/consul/ServiceOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/ServiceOptions;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
                Name  Flags
      serviceOptions  

  public abstract io.vertx.ext.consul.ConsulClient maintenanceService(io.vertx.ext.consul.MaintenanceOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/MaintenanceOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                    Name  Flags
      maintenanceOptions  
      resultHandler       

  public abstract io.vertx.core.Future<java.lang.Void> maintenanceService(io.vertx.ext.consul.MaintenanceOptions);
    descriptor: (Lio/vertx/ext/consul/MaintenanceOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/MaintenanceOptions;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
                    Name  Flags
      maintenanceOptions  

  public abstract io.vertx.ext.consul.ConsulClient deregisterService(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> deregisterService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient catalogServiceNodes(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogServiceNodes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      service  

  public abstract io.vertx.ext.consul.ConsulClient catalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogServiceNodesWithOptions(java.lang.String, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      service  
      options  

  public abstract io.vertx.ext.consul.ConsulClient catalogDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<java.lang.String>> catalogDatacenters();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;

  public abstract io.vertx.ext.consul.ConsulClient catalogNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.NodeList> catalogNodes();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/consul/NodeList;>;

  public abstract io.vertx.ext.consul.ConsulClient catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>>);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/NodeQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/NodeList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.NodeList> catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions);
    descriptor: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/NodeQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/NodeList;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient healthChecks(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CheckList> healthChecks(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
         Name  Flags
      service  

  public abstract io.vertx.ext.consul.ConsulClient healthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CheckList> healthChecksWithOptions(java.lang.String, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
         Name  Flags
      service  
      options  

  public abstract io.vertx.ext.consul.ConsulClient healthState(io.vertx.ext.consul.HealthState, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/CheckList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      healthState    
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CheckList> healthState(io.vertx.ext.consul.HealthState);
    descriptor: (Lio/vertx/ext/consul/HealthState;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/HealthState;)Lio/vertx/core/Future<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
             Name  Flags
      healthState  

  public abstract io.vertx.ext.consul.ConsulClient healthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>>);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      healthState    
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.CheckList> healthStateWithOptions(io.vertx.ext.consul.HealthState, io.vertx.ext.consul.CheckQueryOptions);
    descriptor: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/HealthState;Lio/vertx/ext/consul/CheckQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/CheckList;>;
    MethodParameters:
             Name  Flags
      healthState  
      options      

  public abstract io.vertx.ext.consul.ConsulClient healthServiceNodes(java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>>);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceEntryList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      passing        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceEntryList> healthServiceNodes(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Z)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      passing  

  public abstract io.vertx.ext.consul.ConsulClient healthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>>);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      service        
      passing        
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceEntryList> healthServiceNodesWithOptions(java.lang.String, boolean, io.vertx.ext.consul.ServiceQueryOptions);
    descriptor: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;ZLio/vertx/ext/consul/ServiceQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceEntryList;>;
    MethodParameters:
         Name  Flags
      service  
      passing  
      options  

  public abstract io.vertx.ext.consul.ConsulClient catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogServices();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;

  public abstract io.vertx.ext.consul.ConsulClient catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient catalogNodeServices(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/ServiceList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      node           
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogNodeServices(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
      Name  Flags
      node  

  public abstract io.vertx.ext.consul.ConsulClient catalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      node           
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.ServiceList> catalogNodeServicesWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/ServiceList;>;
    MethodParameters:
         Name  Flags
      node     
      options  

  public abstract io.vertx.ext.consul.ConsulClient localServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.Service>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<io.vertx.ext.consul.Service>> localServices();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Lio/vertx/ext/consul/Service;>;>;

  public abstract io.vertx.ext.consul.ConsulClient localChecks(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.Check>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<io.vertx.ext.consul.Check>> localChecks();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Lio/vertx/ext/consul/Check;>;>;

  public abstract io.vertx.ext.consul.ConsulClient registerCheck(io.vertx.ext.consul.CheckOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/CheckOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkOptions   
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> registerCheck(io.vertx.ext.consul.CheckOptions);
    descriptor: (Lio/vertx/ext/consul/CheckOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/CheckOptions;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      checkOptions  

  public abstract io.vertx.ext.consul.ConsulClient deregisterCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> deregisterCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  

  public abstract io.vertx.ext.consul.ConsulClient passCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> passCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  

  public abstract io.vertx.ext.consul.ConsulClient passCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> passCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public abstract io.vertx.ext.consul.ConsulClient warnCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> warnCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  

  public abstract io.vertx.ext.consul.ConsulClient warnCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> warnCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public abstract io.vertx.ext.consul.ConsulClient failCheck(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> failCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  

  public abstract io.vertx.ext.consul.ConsulClient failCheckWithNote(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      note           
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> failCheckWithNote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  
      note     

  public abstract io.vertx.ext.consul.ConsulClient updateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      status         
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> updateCheck(java.lang.String, io.vertx.ext.consul.CheckStatus);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  
      status   

  public abstract io.vertx.ext.consul.ConsulClient updateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      checkId        
      status         
      note           
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> updateCheckWithNote(java.lang.String, io.vertx.ext.consul.CheckStatus, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/CheckStatus;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      checkId  
      status   
      note     

  public abstract io.vertx.ext.consul.ConsulClient leaderStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.String> leaderStatus();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/String;>;

  public abstract io.vertx.ext.consul.ConsulClient peersStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<java.lang.String>> peersStatus();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Ljava/lang/String;>;>;

  public abstract io.vertx.ext.consul.ConsulClient createSession(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      idHandler  

  public abstract io.vertx.core.Future<java.lang.String> createSession();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/String;>;

  public abstract io.vertx.ext.consul.ConsulClient createSessionWithOptions(io.vertx.ext.consul.SessionOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/SessionOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      options    
      idHandler  

  public abstract io.vertx.core.Future<java.lang.String> createSessionWithOptions(io.vertx.ext.consul.SessionOptions);
    descriptor: (Lio/vertx/ext/consul/SessionOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/SessionOptions;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient infoSession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.Session> infoSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient infoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.Session> infoSessionWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
         Name  Flags
      id       
      options  

  public abstract io.vertx.ext.consul.ConsulClient renewSession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/Session;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.Session> renewSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/Session;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient listSessions(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.SessionList> listSessions();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/consul/SessionList;>;

  public abstract io.vertx.ext.consul.ConsulClient listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.SessionList> listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.ext.consul.ConsulClient listNodeSessions(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/SessionList;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      nodeId         
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.SessionList> listNodeSessions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
        Name  Flags
      nodeId  

  public abstract io.vertx.ext.consul.ConsulClient listNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      nodeId         
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.SessionList> listNodeSessionsWithOptions(java.lang.String, io.vertx.ext.consul.BlockingQueryOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/BlockingQueryOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/SessionList;>;
    MethodParameters:
         Name  Flags
      nodeId   
      options  

  public abstract io.vertx.ext.consul.ConsulClient destroySession(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> destroySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      definition     
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.String> createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/core/Future<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      definition  

  public abstract io.vertx.ext.consul.ConsulClient getPreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryDefinition>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.PreparedQueryDefinition> getPreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/PreparedQueryDefinition;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient getAllPreparedQueries(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.ext.consul.PreparedQueryDefinition>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<io.vertx.ext.consul.PreparedQueryDefinition>> getAllPreparedQueries();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/util/List<Lio/vertx/ext/consul/PreparedQueryDefinition;>;>;

  public abstract io.vertx.ext.consul.ConsulClient updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      definition     
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition);
    descriptor: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/consul/PreparedQueryDefinition;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
            Name  Flags
      definition  

  public abstract io.vertx.ext.consul.ConsulClient deletePreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> deletePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      id    

  public abstract io.vertx.ext.consul.ConsulClient executePreparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;>;)Lio/vertx/ext/consul/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.PreparedQueryExecuteResponse> executePreparedQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;
    MethodParameters:
       Name  Flags
      query  

  public abstract io.vertx.ext.consul.ConsulClient executePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/consul/ConsulClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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/ConsulClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      query          
      options        
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.ext.consul.PreparedQueryExecuteResponse> executePreparedQueryWithOptions(java.lang.String, io.vertx.ext.consul.PreparedQueryExecuteOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/ext/consul/PreparedQueryExecuteOptions;)Lio/vertx/core/Future<Lio/vertx/ext/consul/PreparedQueryExecuteResponse;>;
    MethodParameters:
         Name  Flags
      query    
      options  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ConsulClient.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()