Uses of Class
io.vertx.ext.consul.EventListOptions
-
Packages that use EventListOptions Package Description io.vertx.ext.consul -
-
Uses of EventListOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventListOptions Modifier and Type Method Description EventListOptionsEventListOptions. setBlockingOptions(BlockingQueryOptions options)Set options for blocking queryEventListOptionsEventListOptions. setName(String name)Set event name for filtering on eventsMethods in io.vertx.ext.consul with parameters of type EventListOptions Modifier and Type Method Description io.vertx.core.Future<EventList>ConsulClient. listEventsWithOptions(EventListOptions options)Returns the most recent events known by the agent.
-