| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableServiceProxy
Immutable implementation of
ServiceProxy. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ServiceProxy> |
ImmutableFullService.getProxy() |
abstract Optional<ServiceProxy> |
FullService.getProxy() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableServiceProxy |
ImmutableServiceProxy.copyOf(ServiceProxy instance)
Creates an immutable copy of a
ServiceProxy value. |
ImmutableServiceProxy.Builder |
ImmutableServiceProxy.Builder.from(ServiceProxy instance)
Fill a builder with attribute values from the provided
ServiceProxy instance. |
ImmutableFullService.Builder |
ImmutableFullService.Builder.proxy(ServiceProxy proxy)
Initializes the optional value
proxy to proxy. |
ImmutableFullService |
ImmutableFullService.withProxy(ServiceProxy value)
Copy the current immutable object by setting a present value for the optional
proxy attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFullService.Builder |
ImmutableFullService.Builder.proxy(Optional<? extends ServiceProxy> proxy)
Initializes the optional value
proxy to proxy. |
ImmutableFullService |
ImmutableFullService.withProxy(Optional<? extends ServiceProxy> optional)
Copy the current immutable object by setting an optional value for the
proxy attribute. |
Copyright © 2019. All rights reserved.