Uses of Class
io.vertx.rxjava3.ext.consul.WatchResult
Packages that use WatchResult
-
Uses of WatchResult in io.vertx.rxjava3.ext.consul
Fields in io.vertx.rxjava3.ext.consul with type parameters of type WatchResultModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<WatchResult> WatchResult.__TYPE_ARGMethods in io.vertx.rxjava3.ext.consul that return 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) Method parameters in io.vertx.rxjava3.ext.consul with type arguments of type WatchResultModifier and TypeMethodDescriptionWatch.setHandler(Handler<WatchResult<T>> handler) Set the result handler.