Uses of Class
io.vertx.ext.consul.EventOptions
-
Packages that use EventOptions Package Description io.vertx.ext.consul -
-
Uses of EventOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventOptions Modifier and Type Method Description EventOptionsEventOptions. setNode(String node)Set regular expression to filter by node nameEventOptionsEventOptions. setPayload(String payload)Set payload of eventEventOptionsEventOptions. setService(String service)Set regular expression to filter by serviceEventOptionsEventOptions. setTag(String tag)Set regular expression to filter by tagMethods in io.vertx.ext.consul with parameters of type EventOptions Modifier and Type Method Description io.vertx.core.Future<Event>ConsulClient. fireEventWithOptions(String name, EventOptions options)Fires a new user eventConstructors in io.vertx.ext.consul with parameters of type EventOptions Constructor Description EventOptions(EventOptions options)Copy constructor
-