| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service)
Retrieves the single service.
|
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service,
QueryOptions queryOptions)
Retrieves a single service for a given datacenter with
QueryOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogClient.getService(String service,
QueryOptions queryOptions,
ConsulResponseCallback<List<CatalogService>> callback)
Asynchronously retrieves the single service for a given datacenter with
QueryOptions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCatalogService
Immutable implementation of
CatalogService. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCatalogService |
ImmutableCatalogService.copyOf(CatalogService instance)
Creates an immutable copy of a
CatalogService value. |
ImmutableCatalogService.Builder |
ImmutableCatalogService.Builder.from(CatalogService instance)
Fill a builder with attribute values from the provided
CatalogService instance. |
Copyright © 2019. All rights reserved.