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