Uses of Interface
io.vertx.ext.consul.WatchResult
-
Packages that use WatchResult Package Description io.vertx.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(io.vertx.core.Handler<WatchResult<T>> handler)Set the result handler.
-