| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceProxy |
ImmutableServiceProxy.Builder.build()
Builds a new
ImmutableServiceProxy. |
static ImmutableServiceProxy |
ImmutableServiceProxy.copyOf(ServiceProxy instance)
Creates an immutable copy of a
ServiceProxy value. |
ImmutableServiceProxy |
ImmutableServiceProxy.withConfig(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
config map with the specified map. |
ImmutableServiceProxy |
ImmutableServiceProxy.withDestinationServiceId(String value)
Copy the current immutable object by setting a value for the
destinationServiceId attribute. |
ImmutableServiceProxy |
ImmutableServiceProxy.withDestinationServiceName(String value)
Copy the current immutable object by setting a value for the
destinationServiceName attribute. |
ImmutableServiceProxy |
ImmutableServiceProxy.withLocalServiceAddress(String value)
Copy the current immutable object by setting a value for the
localServiceAddress attribute. |
ImmutableServiceProxy |
ImmutableServiceProxy.withLocalServicePort(int value)
Copy the current immutable object by setting a value for the
localServicePort attribute. |
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(Iterable<? extends ServiceProxyUpstream> elements)
Copy the current immutable object with elements that replace the content of
upstreams. |
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(ServiceProxyUpstream... elements)
Copy the current immutable object with elements that replace the content of
upstreams. |
Copyright © 2019. All rights reserved.