Uses of Class
io.vertx.reactivex.ext.consul.Watch
Packages that use Watch
-
Uses of Watch in io.vertx.reactivex.ext.consul
Fields in io.vertx.reactivex.ext.consul with type parameters of type WatchMethods in io.vertx.reactivex.ext.consul that return WatchModifier and TypeMethodDescriptionCreatesWatchto monitoring the custom user events.Watch.events(String event, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the custom user events.CreatesWatchto monitoring a specific key in the KV store.Watch.key(String key, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a specific key in the KV store.static Watch<KeyValueList> CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<KeyValueList> Watch.keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options) CreatesWatchto 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) Watch.nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.CreatesWatchto monitoring the list of available nodes.Watch.nodes(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available nodes.static Watch<ServiceEntryList> CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList> Watch.service(String service, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the nodes providing the service.Watch.serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.static Watch<ServiceList> CreatesWatchto monitoring the list of available services.static Watch<ServiceList> Watch.services(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available services.Watch.setHandler(Handler<WatchResult<T>> handler) Set the result handler.Watch.start()Start thisWatch