| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.consul | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Watch> | 
Watch.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Watch<EventList> | 
Watch.events(String event,
      Vertx vertx)
Creates  
Watch to monitoring the custom user events. | 
static Watch<EventList> | 
Watch.events(String event,
      Vertx vertx,
      ConsulClientOptions options)
Creates  
Watch to monitoring the custom user events. | 
static Watch<KeyValue> | 
Watch.key(String key,
   Vertx vertx)
Creates  
Watch to monitoring a specific key in the KV store. | 
static Watch<KeyValue> | 
Watch.key(String key,
   Vertx vertx,
   ConsulClientOptions options)
Creates  
Watch to monitoring a specific key in the KV store. | 
static Watch<KeyValueList> | 
Watch.keyPrefix(String keyPrefix,
         Vertx vertx)
Creates  
Watch to monitoring a prefix of keys in the KV store. | 
static Watch<KeyValueList> | 
Watch.keyPrefix(String keyPrefix,
         Vertx vertx,
         ConsulClientOptions options)
Creates  
Watch to monitoring a prefix of keys in the KV store. | 
static <T> Watch<T> | 
Watch.newInstance(Watch arg)  | 
static <T> Watch<T> | 
Watch.newInstance(Watch arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
static Watch<NodeList> | 
Watch.nodes(Vertx vertx)
Creates  
Watch to monitoring the list of available nodes. | 
static Watch<NodeList> | 
Watch.nodes(Vertx vertx,
     ConsulClientOptions options)
Creates  
Watch to monitoring the list of available nodes. | 
static Watch<ServiceEntryList> | 
Watch.service(String service,
       Vertx vertx)
Creates  
Watch to monitoring the nodes providing the service. | 
static Watch<ServiceEntryList> | 
Watch.service(String service,
       Vertx vertx,
       ConsulClientOptions options)
Creates  
Watch to monitoring the nodes providing the service. | 
static Watch<ServiceList> | 
Watch.services(Vertx vertx)
Creates  
Watch to monitoring the list of available services. | 
static Watch<ServiceList> | 
Watch.services(Vertx vertx,
        ConsulClientOptions options)
Creates  
Watch to monitoring the list of available services. | 
Watch<T> | 
Watch.setHandler(Handler<WatchResult<T>> handler)
Set the result handler. 
 | 
Watch<T> | 
Watch.start()
Start this  
Watch | 
Copyright © 2020 Eclipse. All rights reserved.