Uses of Interface
io.vertx.ext.consul.WatchResult
-
Packages that use WatchResult Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of WatchResult in io.vertx.ext.consul
Method parameters in io.vertx.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. -
Uses of WatchResult in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return WatchResult Modifier and Type Method Description WatchResult
WatchResult. getDelegate()
Methods in io.vertx.reactivex.ext.consul with parameters of type 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)
Constructors in io.vertx.reactivex.ext.consul with parameters of type WatchResult Constructor Description WatchResult(WatchResult delegate)
-
Uses of WatchResult in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return WatchResult Modifier and Type Method Description WatchResult
WatchResult. getDelegate()
Methods in io.vertx.rxjava3.ext.consul with parameters of type 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)
Constructors in io.vertx.rxjava3.ext.consul with parameters of type WatchResult Constructor Description WatchResult(WatchResult delegate)
-