Package | Description |
---|---|
io.vertx.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 void |
EventListConverter.fromJson(JsonObject json,
EventList obj) |
static void |
EventListConverter.toJson(EventList obj,
JsonObject 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(BlockingQueryOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
Modifier and Type | Method and Description |
---|---|
rx.Single<EventList> |
ConsulClient.rxListEvents()
Returns the most recent events known by the agent
|
rx.Single<EventList> |
ConsulClient.rxListEventsWithOptions(BlockingQueryOptions 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(BlockingQueryOptions options,
Handler<AsyncResult<EventList>> resultHandler)
Returns the most recent events known by the agent.
|
Copyright © 2017. All rights reserved.