Uses of Class
io.vertx.ext.consul.EventList
Packages that use EventList
-
Uses of EventList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventListModifier and TypeMethodDescriptionEventList.setIndex(long index) Set Consul index, a unique identifier representing the current state of the requested eventsSet list of eventsMethods in io.vertx.ext.consul that return types with arguments of type EventListModifier and TypeMethodDescriptionCreatesWatchto monitoring the custom user events.Watch.events(String event, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the custom user events.ConsulClient.listEvents()Returns the most recent events known by the agentConsulClient.listEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.Constructors in io.vertx.ext.consul with parameters of type EventList -
Uses of EventList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type EventListModifier and TypeMethodDescriptionCreatesWatchto monitoring the custom user events.Watch.events(String event, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the custom user events.ConsulClient.listEvents()Returns the most recent events known by the agentConsulClient.listEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.ConsulClient.rxListEvents()Returns the most recent events known by the agentConsulClient.rxListEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent. -
Uses of EventList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type EventListModifier and TypeMethodDescriptionCreatesWatchto monitoring the custom user events.Watch.events(String event, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the custom user events.ConsulClient.listEvents()Returns the most recent events known by the agentConsulClient.listEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.ConsulClient.rxListEvents()Returns the most recent events known by the agentConsulClient.rxListEventsWithOptions(EventListOptions options) Returns the most recent events known by the agent.