Uses of Class
org.kiwiproject.consul.model.agent.ServiceProxyUpstream
Packages that use ServiceProxyUpstream
-
Uses of ServiceProxyUpstream in org.kiwiproject.consul.model.agent
Subclasses of ServiceProxyUpstream in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent that return types with arguments of type ServiceProxyUpstreamModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ServiceProxyUpstream>ImmutableServiceProxy.getUpstreams()abstract List<ServiceProxyUpstream>ServiceProxy.getUpstreams()Methods in org.kiwiproject.consul.model.agent with parameters of type ServiceProxyUpstreamModifier and TypeMethodDescriptionImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream element) Adds one element toupstreamslist.ImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream... elements) Adds elements toupstreamslist.ImmutableServiceProxyUpstream.copyOf(ServiceProxyUpstream instance) Creates an immutable copy of aServiceProxyUpstreamvalue.ImmutableServiceProxyUpstream.Builder.from(ServiceProxyUpstream instance) Fill a builder with attribute values from the providedServiceProxyUpstreaminstance.final ImmutableServiceProxyImmutableServiceProxy.withUpstreams(ServiceProxyUpstream... elements) Copy the current immutable object with elements that replace the content ofupstreams.Method parameters in org.kiwiproject.consul.model.agent with type arguments of type ServiceProxyUpstreamModifier and TypeMethodDescriptionImmutableServiceProxy.Builder.addAllUpstreams(Iterable<? extends ServiceProxyUpstream> elements) Adds elements toupstreamslist.ImmutableServiceProxy.Builder.upstreams(Iterable<? extends ServiceProxyUpstream> elements) Sets or replaces all elements forupstreamslist.final ImmutableServiceProxyImmutableServiceProxy.withUpstreams(Iterable<? extends ServiceProxyUpstream> elements) Copy the current immutable object with elements that replace the content ofupstreams.