Uses of Class
io.vertx.mutiny.ext.consul.Watch
Packages that use Watch
-
Uses of Watch in io.vertx.mutiny.ext.consul
Fields in io.vertx.mutiny.ext.consul with type parameters of type WatchMethods in io.vertx.mutiny.ext.consul that return WatchModifier and TypeMethodDescriptionstatic Watch<io.vertx.ext.consul.EventList>CreatesWatchto monitoring the custom user events.static Watch<io.vertx.ext.consul.EventList>CreatesWatchto monitoring the custom user events.static Watch<io.vertx.ext.consul.KeyValue>CreatesWatchto monitoring a specific key in the KV store.static Watch<io.vertx.ext.consul.KeyValue>CreatesWatchto monitoring a specific key in the KV store.static Watch<io.vertx.ext.consul.KeyValueList>CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<io.vertx.ext.consul.KeyValueList>CreatesWatchto monitoring a prefix of keys in the KV store.static <T> Watch<T>Watch.newInstance(io.vertx.ext.consul.Watch<T> delegate) Creates a new instance of theWatch.static <T> Watch<T>Watch.newInstance(io.vertx.ext.consul.Watch<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theWatch.static Watch<io.vertx.ext.consul.CheckList>Watch.nodeHealthChecks(String node, io.vertx.ext.consul.CheckQueryOptions opt, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.static Watch<io.vertx.ext.consul.NodeList>CreatesWatchto monitoring the list of available nodes.static Watch<io.vertx.ext.consul.NodeList>CreatesWatchto monitoring the list of available nodes.static Watch<io.vertx.ext.consul.ServiceEntryList>CreatesWatchto monitoring the nodes providing the service.static Watch<io.vertx.ext.consul.ServiceEntryList>CreatesWatchto monitoring the nodes providing the service.static Watch<io.vertx.ext.consul.CheckList>Watch.serviceHealthChecks(String service, io.vertx.ext.consul.CheckQueryOptions checkQueryOptions, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.static Watch<io.vertx.ext.consul.ServiceList>CreatesWatchto monitoring the list of available services.static Watch<io.vertx.ext.consul.ServiceList>CreatesWatchto monitoring the list of available services.Watch.setHandler(Consumer<WatchResult<T>> handler) Set the result handler.Watch.start()Start thisWatch