Uses of Class
io.vertx.mutiny.ext.consul.WatchResult
Packages that use WatchResult
-
Uses of WatchResult in io.vertx.mutiny.ext.consul
Fields in io.vertx.mutiny.ext.consul with type parameters of type WatchResultMethods in io.vertx.mutiny.ext.consul that return WatchResultModifier and TypeMethodDescriptionstatic <T> WatchResult<T>WatchResult.newInstance(io.vertx.ext.consul.WatchResult<T> delegate) Creates a new instance of theWatchResult.static <T> WatchResult<T>WatchResult.newInstance(io.vertx.ext.consul.WatchResult<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theWatchResult.Method parameters in io.vertx.mutiny.ext.consul with type arguments of type WatchResultModifier and TypeMethodDescriptionWatch.setHandler(Consumer<WatchResult<T>> handler) Set the result handler.