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) |
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) |
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,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
ConsulService |
ConsulService.listEventsWithOptions(EventListOptions options,
Handler<AsyncResult<EventList>> resultHandler) |
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.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 © 2023 Eclipse. All rights reserved.