Uses of Class
io.vertx.ext.consul.EventListOptions
-
Packages that use EventListOptions Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of EventListOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventListOptions Modifier and Type Method Description EventListOptions
EventListOptions. setBlockingOptions(BlockingQueryOptions options)
Set options for blocking queryEventListOptions
EventListOptions. 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 Future<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent. -
Uses of EventListOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type EventListOptions Modifier and Type Method Description Future<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.Single<EventList>
ConsulClient. rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent. -
Uses of EventListOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type EventListOptions Modifier and Type Method Description Single<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.Single<EventList>
ConsulClient. rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
-