ImmutableServiceProxy |
ImmutableServiceProxy.Builder.build() |
|
static ImmutableServiceProxy |
ImmutableServiceProxy.copyOf(ServiceProxy instance) |
|
ImmutableServiceProxy |
ImmutableServiceProxy.withConfig(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the config map with the specified map.
|
ImmutableServiceProxy |
ImmutableServiceProxy.withDestinationServiceId(java.lang.String value) |
|
ImmutableServiceProxy |
ImmutableServiceProxy.withDestinationServiceName(java.lang.String value) |
|
ImmutableServiceProxy |
ImmutableServiceProxy.withLocalServiceAddress(java.lang.String value) |
|
ImmutableServiceProxy |
ImmutableServiceProxy.withLocalServicePort(int value) |
Copy the current immutable object by setting a value for the localServicePort attribute.
|
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(ServiceProxyUpstream... elements) |
Copy the current immutable object with elements that replace the content of upstreams.
|
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(java.lang.Iterable<? extends ServiceProxyUpstream> elements) |
Copy the current immutable object with elements that replace the content of upstreams.
|