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. |
Future<EventList> |
ConsulClient.listEvents()
Like
ConsulClient.listEvents(Handler) but returns a Future of the asynchronous result. |
Future<EventList> |
ConsulClient.listEventsWithOptions(EventListOptions options)
Like
ConsulClient.listEventsWithOptions(EventListOptions, Handler) but returns a Future of the asynchronous result. |
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
|
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
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> |
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.
|
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 © 2021 Eclipse. All rights reserved.