Uses of Class
io.vertx.mutiny.ext.consul.WatchResult
-
Packages that use WatchResult Package Description io.vertx.mutiny.ext.consul -
-
Uses of WatchResult in io.vertx.mutiny.ext.consul
Fields in io.vertx.mutiny.ext.consul with type parameters of type WatchResult Modifier and Type Field Description static TypeArg<WatchResult>
WatchResult. __TYPE_ARG
Methods in io.vertx.mutiny.ext.consul that return WatchResult Modifier and Type Method Description static <T> WatchResult<T>
WatchResult. newInstance(io.vertx.ext.consul.WatchResult arg)
static <T> WatchResult<T>
WatchResult. newInstance(io.vertx.ext.consul.WatchResult arg, TypeArg<T> __typeArg_T)
Method parameters in io.vertx.mutiny.ext.consul with type arguments of type WatchResult Modifier and Type Method Description Watch<T>
Watch. setHandler(Consumer<WatchResult<T>> handler)
-