| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableConfig
Immutable implementation of
Config. |
| Modifier and Type | Method and Description |
|---|---|
Config |
ImmutableAgent.getConfig() |
abstract Config |
Agent.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAgent.Builder |
ImmutableAgent.Builder.config(Config config)
Initializes the value for the
config attribute. |
static ImmutableConfig |
ImmutableConfig.copyOf(Config instance)
Creates an immutable copy of a
Config value. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.from(Config instance)
Fill a builder with attribute values from the provided
Config instance. |
ImmutableAgent |
ImmutableAgent.withConfig(Config value)
Copy the current immutable object by setting a value for the
config attribute. |
Copyright © 2019. All rights reserved.