| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.async | |
| com.orbitz.consul.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventClient.listEvents()
Lists events for the Consul agent.
|
EventResponse |
EventClient.listEvents(QueryOptions queryOptions)
Lists events for the Consul agent.
|
EventResponse |
EventClient.listEvents(String name)
Lists events for the Consul agent.
|
EventResponse |
EventClient.listEvents(String name,
QueryOptions queryOptions)
Lists events for the Consul agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventResponseCallback.onComplete(EventResponse EventResponse)
Callback for a successful
EventResponse. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableEventResponse
Immutable implementation of
EventResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEventResponse |
ImmutableEventResponse.copyOf(EventResponse instance)
Creates an immutable copy of a
EventResponse value. |
ImmutableEventResponse.Builder |
ImmutableEventResponse.Builder.from(EventResponse instance)
Fill a builder with attribute values from the provided
EventResponse instance. |
Copyright © 2018. All rights reserved.