Uses of Class
io.vertx.ext.consul.EventListOptions
Packages that use EventListOptions
-
Uses of EventListOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventListOptionsModifier and TypeMethodDescriptionEventListOptions.setBlockingOptions(BlockingQueryOptions options) Set options for blocking querySet event name for filtering on eventsMethods in io.vertx.ext.consul with parameters of type EventListOptionsModifier and TypeMethodDescriptionConsulClient.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 EventListOptionsModifier and TypeMethodDescriptionConsulClient.listEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.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 EventListOptionsModifier and TypeMethodDescriptionConsulClient.listEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.ConsulClient.rxListEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.