Uses of Class
io.vertx.ext.consul.EventList
-
Packages that use EventList Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of EventList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventList Modifier and Type Method Description EventList
EventList. setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested eventsEventList
EventList. setList(List<Event> list)
Set list of eventsMethods in io.vertx.ext.consul that return types with arguments of type EventList Modifier and Type Method Description static Watch<EventList>
Watch. events(String event, Vertx vertx)
CreatesWatch
to monitoring the custom user events.static Watch<EventList>
Watch. events(String event, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the custom user events.Future<EventList>
ConsulClient. listEvents()
Returns the most recent events known by the agentFuture<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.Constructors in io.vertx.ext.consul with parameters of type EventList Constructor Description EventList(EventList other)
Copy constructor -
Uses of EventList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type EventList Modifier and Type Method Description static Watch<EventList>
Watch. events(String event, Vertx vertx)
CreatesWatch
to monitoring the custom user events.static Watch<EventList>
Watch. events(String event, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the custom user events.Future<EventList>
ConsulClient. listEvents()
Returns the most recent events known by the agentFuture<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.Single<EventList>
ConsulClient. rxListEvents()
Returns the most recent events known by the agentSingle<EventList>
ConsulClient. 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 EventList Modifier and Type Method Description static Watch<EventList>
Watch. events(String event, Vertx vertx)
CreatesWatch
to monitoring the custom user events.static Watch<EventList>
Watch. events(String event, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the custom user events.Single<EventList>
ConsulClient. listEvents()
Returns the most recent events known by the agentSingle<EventList>
ConsulClient. listEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.Single<EventList>
ConsulClient. rxListEvents()
Returns the most recent events known by the agentSingle<EventList>
ConsulClient. rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
-