Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
EventListOptions |
EventListOptions.setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query
|
EventListOptions |
EventListOptions.setName(String name)
Set event name for filtering on events
|
Modifier and Type | Method and Description |
---|---|
static void |
EventListOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
EventListOptions obj) |
Future<EventList> |
ConsulClient.listEventsWithOptions(EventListOptions options)
Like
ConsulClient.listEventsWithOptions(EventListOptions, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
static void |
EventListOptionsConverter.toJson(EventListOptions obj,
JsonObject json) |
static void |
EventListOptionsConverter.toJson(EventListOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options)
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.
|
Single<EventList> |
ConsulClient.rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.listEventsWithOptions(EventListOptions options)
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.
|
Single<EventList> |
ConsulClient.rxListEventsWithOptions(EventListOptions options)
Returns the most recent events known by the agent.
|
Copyright © 2021 Eclipse. All rights reserved.