Uses of Class
org.kiwiproject.consul.model.agent.ImmutableServiceProxyUpstream
Packages that use ImmutableServiceProxyUpstream
-
Uses of ImmutableServiceProxyUpstream in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableServiceProxyUpstreamModifier and TypeMethodDescriptionImmutableServiceProxyUpstream.Builder.build()Builds a newImmutableServiceProxyUpstream.ImmutableServiceProxyUpstream.copyOf(ServiceProxyUpstream instance) Creates an immutable copy of aServiceProxyUpstreamvalue.ImmutableServiceProxyUpstream.withDestinationName(String value) Copy the current immutable object by setting a value for thedestinationNameattribute.ImmutableServiceProxyUpstream.withDestinationType(String value) Copy the current immutable object by setting a value for thedestinationTypeattribute.ImmutableServiceProxyUpstream.withLocalBindPort(int value) Copy the current immutable object by setting a value for thelocalBindPortattribute.