static Watch<io.vertx.ext.consul.EventList> | 
Watch.events(String event,
      Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.EventList> | 
Watch.events(String event,
      Vertx vertx,
      io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.KeyValue> | 
Watch.key(String key,
   Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.KeyValue> | 
Watch.key(String key,
   Vertx vertx,
   io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.KeyValueList> | 
Watch.keyPrefix(String keyPrefix,
         Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.KeyValueList> | 
Watch.keyPrefix(String keyPrefix,
         Vertx vertx,
         io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static <T> Watch<T> | 
Watch.newInstance(io.vertx.ext.consul.Watch arg) | 
  | 
static <T> Watch<T> | 
Watch.newInstance(io.vertx.ext.consul.Watch arg,
           TypeArg<T> __typeArg_T) | 
  | 
static Watch<io.vertx.ext.consul.CheckList> | 
Watch.nodeHealthChecks(String node,
                io.vertx.ext.consul.CheckQueryOptions opt,
                Vertx vertx,
                io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.NodeList> | 
Watch.nodes(Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.NodeList> | 
Watch.nodes(Vertx vertx,
     io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.ServiceEntryList> | 
Watch.service(String service,
       Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.ServiceEntryList> | 
Watch.service(String service,
       Vertx vertx,
       io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.CheckList> | 
Watch.serviceHealthChecks(String service,
                   io.vertx.ext.consul.CheckQueryOptions checkQueryOptions,
                   Vertx vertx,
                   io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
static Watch<io.vertx.ext.consul.ServiceList> | 
Watch.services(Vertx vertx) | 
  | 
static Watch<io.vertx.ext.consul.ServiceList> | 
Watch.services(Vertx vertx,
        io.vertx.ext.consul.ConsulClientOptions options) | 
  | 
Watch<T> | 
Watch.setHandler(Consumer<WatchResult<T>> handler) | 
  | 
Watch<T> | 
Watch.start() | 
  |