| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<FullService> |
AgentClient.getService(String id,
QueryOptions queryOptions)
Retrieves all information about a service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentClient.getService(String id,
QueryOptions queryOptions,
ConsulResponseCallback<FullService> callback)
Retrieves all information about a service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFullService
Immutable implementation of
FullService. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFullService |
ImmutableFullService.copyOf(FullService instance)
Creates an immutable copy of a
FullService value. |
ImmutableFullService.Builder |
ImmutableFullService.Builder.from(FullService instance)
Fill a builder with attribute values from the provided
FullService instance. |
Copyright © 2019. All rights reserved.