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