Uses of Class
org.kiwiproject.consul.model.agent.ImmutableServiceProxy
Packages that use ImmutableServiceProxy
-
Uses of ImmutableServiceProxy in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableServiceProxyModifier and TypeMethodDescriptionImmutableServiceProxy.Builder.build()Builds a newImmutableServiceProxy.static ImmutableServiceProxyImmutableServiceProxy.copyOf(ServiceProxy instance) Creates an immutable copy of aServiceProxyvalue.final ImmutableServiceProxyImmutableServiceProxy.withConfig(Map<String, ? extends String> entries) Copy the current immutable object by replacing theconfigmap with the specified map.final ImmutableServiceProxyImmutableServiceProxy.withDestinationServiceId(String value) Copy the current immutable object by setting a value for thedestinationServiceIdattribute.final ImmutableServiceProxyImmutableServiceProxy.withDestinationServiceName(String value) Copy the current immutable object by setting a value for thedestinationServiceNameattribute.final ImmutableServiceProxyImmutableServiceProxy.withLocalServiceAddress(String value) Copy the current immutable object by setting a value for thelocalServiceAddressattribute.final ImmutableServiceProxyImmutableServiceProxy.withLocalServicePort(int value) Copy the current immutable object by setting a value for thelocalServicePortattribute.final ImmutableServiceProxyImmutableServiceProxy.withUpstreams(Iterable<? extends ServiceProxyUpstream> elements) Copy the current immutable object with elements that replace the content ofupstreams.final ImmutableServiceProxyImmutableServiceProxy.withUpstreams(ServiceProxyUpstream... elements) Copy the current immutable object with elements that replace the content ofupstreams.