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<CheckList> |
Watch.nodeHealthChecks(String node,
CheckQueryOptions opt,
Vertx vertx,
ConsulClientOptions options) |
Creates Watch to monitoring the health checks of the nodes.
|
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<CheckList> |
Watch.serviceHealthChecks(String service,
CheckQueryOptions checkQueryOptions,
Vertx vertx,
ConsulClientOptions options) |
Creates Watch to monitoring the health checks of the nodes.
|
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
|