Uses of Interface
io.vertx.ext.consul.WatchResult
Packages that use WatchResult
-
Uses of WatchResult in io.vertx.ext.consul
Method parameters in io.vertx.ext.consul with type arguments of type WatchResultModifier and TypeMethodDescriptionWatch.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 WatchResultMethods in io.vertx.reactivex.ext.consul with parameters of type WatchResultModifier and TypeMethodDescriptionstatic <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 -
Uses of WatchResult in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return WatchResultMethods in io.vertx.rxjava3.ext.consul with parameters of type WatchResultModifier and TypeMethodDescriptionstatic <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