Uses of Class
io.vertx.mutiny.ext.consul.Watch

Packages that use Watch
Package
Description
 
  • Uses of Watch in io.vertx.mutiny.ext.consul

    Fields in io.vertx.mutiny.ext.consul with type parameters of type Watch
    Modifier and Type
    Field
    Description
    static final TypeArg<Watch>
     
    Methods in io.vertx.mutiny.ext.consul that return Watch
    Modifier and Type
    Method
    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<T> delegate)
    Creates a new instance of the Watch.
    static <T> Watch<T>
    Watch.newInstance(io.vertx.ext.consul.Watch<T> delegate, TypeArg<T> typeArg_0)
    Creates a new instance of the Watch.
    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)
    Creates Watch to monitoring the health checks of the nodes.
    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.CheckList>
    Watch.serviceHealthChecks(String service, io.vertx.ext.consul.CheckQueryOptions checkQueryOptions, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
    Creates Watch to monitoring the health checks of the nodes.
    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.setHandler(Consumer<WatchResult<T>> handler)
    Set the result handler.
    Watch.start()
    Start this Watch