| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogClient.register(CatalogRegistration registration)
Registers a service or node.
|
void |
CatalogClient.register(CatalogRegistration registration,
QueryOptions options)
Registers a service or node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCatalogRegistration
Immutable implementation of
CatalogRegistration. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCatalogRegistration |
ImmutableCatalogRegistration.copyOf(CatalogRegistration instance)
Creates an immutable copy of a
CatalogRegistration value. |
ImmutableCatalogRegistration.Builder |
ImmutableCatalogRegistration.Builder.from(CatalogRegistration instance)
Fill a builder with attribute values from the provided
CatalogRegistration instance. |
Copyright © 2019. All rights reserved.