Uses of Interface
io.vertx.ext.consul.Watch
Packages that use Watch
-
Uses of Watch in io.vertx.ext.consul
Methods in io.vertx.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.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 -
Uses of Watch in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return WatchMethods in io.vertx.reactivex.ext.consul with parameters of type WatchModifier and TypeMethodDescriptionstatic <T> Watch<T> Watch.newInstance(Watch arg) static <T> Watch<T> Watch.newInstance(Watch arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.ext.consul with parameters of type Watch -
Uses of Watch in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return WatchMethods in io.vertx.rxjava3.ext.consul with parameters of type WatchModifier and TypeMethodDescriptionstatic <T> Watch<T> Watch.newInstance(Watch arg) static <T> Watch<T> Watch.newInstance(Watch arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.ext.consul with parameters of type Watch