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