| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | |
| io.vertx.rxjava3.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
| static Watch<EventList> | Watch. events(String event,
      Vertx vertx)Creates  Watchto monitoring the custom user events. | 
| static Watch<EventList> | Watch. events(String event,
      Vertx vertx,
      ConsulClientOptions options)Creates  Watchto monitoring the custom user events. | 
| static Watch<KeyValue> | Watch. key(String key,
   Vertx vertx)Creates  Watchto monitoring a specific key in the KV store. | 
| static Watch<KeyValue> | Watch. key(String key,
   Vertx vertx,
   ConsulClientOptions options)Creates  Watchto monitoring a specific key in the KV store. | 
| static Watch<KeyValueList> | Watch. keyPrefix(String keyPrefix,
         Vertx vertx)Creates  Watchto monitoring a prefix of keys in the KV store. | 
| static Watch<KeyValueList> | Watch. keyPrefix(String keyPrefix,
         Vertx vertx,
         ConsulClientOptions options)Creates  Watchto monitoring a prefix of keys in the KV store. | 
| static Watch<CheckList> | Watch. nodeHealthChecks(String node,
                CheckQueryOptions opt,
                Vertx vertx,
                ConsulClientOptions options)Creates  Watchto monitoring the health checks of the nodes. | 
| static Watch<NodeList> | Watch. nodes(Vertx vertx)Creates  Watchto monitoring the list of available nodes. | 
| static Watch<NodeList> | Watch. nodes(Vertx vertx,
     ConsulClientOptions options)Creates  Watchto monitoring the list of available nodes. | 
| static Watch<ServiceEntryList> | Watch. service(String service,
       Vertx vertx)Creates  Watchto monitoring the nodes providing the service. | 
| static Watch<ServiceEntryList> | Watch. service(String service,
       Vertx vertx,
       ConsulClientOptions options)Creates  Watchto monitoring the nodes providing the service. | 
| static Watch<CheckList> | Watch. serviceHealthChecks(String service,
                   CheckQueryOptions checkQueryOptions,
                   Vertx vertx,
                   ConsulClientOptions options)Creates  Watchto monitoring the health checks of the nodes. | 
| static Watch<ServiceList> | Watch. services(Vertx vertx)Creates  Watchto monitoring the list of available services. | 
| static Watch<ServiceList> | Watch. services(Vertx vertx,
        ConsulClientOptions options)Creates  Watchto 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| Watch | Watch. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Watch<T> | Watch. newInstance(Watch arg) | 
| static <T> Watch<T> | Watch. newInstance(Watch arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T) | 
| Constructor and Description | 
|---|
| Watch(Watch delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Watch | Watch. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Watch<T> | Watch. newInstance(Watch arg) | 
| static <T> Watch<T> | Watch. newInstance(Watch arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T) | 
| Constructor and Description | 
|---|
| Watch(Watch delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Watch | Watch. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Watch<T> | Watch. newInstance(Watch arg) | 
| static <T> Watch<T> | Watch. newInstance(Watch arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T) | 
| Constructor and Description | 
|---|
| Watch(Watch delegate) | 
Copyright © 2024 Eclipse. All rights reserved.