| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentClient.register(Registration registration) |
void |
AgentClient.register(Registration registration,
QueryOptions options)
Registers the client as a service with Consul.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRegistration
Immutable implementation of
Registration. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRegistration |
ImmutableRegistration.copyOf(Registration instance)
Creates an immutable copy of a
Registration value. |
ImmutableRegistration.Builder |
ImmutableRegistration.Builder.from(Registration instance)
Fill a builder with attribute values from the provided
Registration instance. |
Copyright © 2018. All rights reserved.