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