Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
EventList |
EventList.setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested events
|
EventList |
EventList.setList(List<Event> list)
Set list of events
|
Modifier and Type | Method and Description |
---|---|
static Watch<EventList> |
Watch.events(String event,
Vertx vertx)
Creates
Watch to monitoring the custom user events. |
static Watch<EventList> |
Watch.events(String event,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the custom user events. |
Modifier and Type | Method and Description |
---|---|
static void |
EventListConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
EventList obj) |
static void |
EventListConverter.toJson(EventList obj,
JsonObject json) |
static void |
EventListConverter.toJson(EventList obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.listEvents(Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent
|
ConsulService |
ConsulService.listEvents(Handler<AsyncResult<EventList>> resultHandler) |
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
ConsulService |
ConsulService.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler) |
Constructor and Description |
---|
EventList(EventList other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
static Watch<EventList> |
Watch.events(String event,
Vertx vertx)
Creates
Watch to monitoring the custom user events. |
static Watch<EventList> |
Watch.events(String event,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the custom user events. |
Single<EventList> |
ConsulClient.rxListEvents()
Returns the most recent events known by the agent
|
Single<EventList> |
ConsulService.rxListEvents() |
Single<EventList> |
ConsulClient.rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
|
Single<EventList> |
ConsulService.rxListEventsWithOptions(EventListOptions options) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.listEvents(Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent
|
ConsulService |
ConsulService.listEvents(Handler<AsyncResult<EventList>> resultHandler) |
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
ConsulService |
ConsulService.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
static Watch<EventList> |
Watch.events(String event,
Vertx vertx)
Creates
Watch to monitoring the custom user events. |
static Watch<EventList> |
Watch.events(String event,
Vertx vertx,
ConsulClientOptions options)
Creates
Watch to monitoring the custom user events. |
Single<EventList> |
ConsulClient.rxListEvents()
Returns the most recent events known by the agent
|
Single<EventList> |
ConsulClient.rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.listEvents(Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent
|
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
Copyright © 2023 Eclipse. All rights reserved.