Uses of Class
org.kiwiproject.consul.model.agent.ImmutableServiceProxy.Builder
Packages that use ImmutableServiceProxy.Builder
-
Uses of ImmutableServiceProxy.Builder in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableServiceProxy.BuilderModifier and TypeMethodDescriptionImmutableServiceProxy.Builder.addAllUpstreams(Iterable<? extends ServiceProxyUpstream> elements) Adds elements toupstreamslist.ImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream element) Adds one element toupstreamslist.ImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream... elements) Adds elements toupstreamslist.ImmutableServiceProxy.builder()Creates a builder forImmutableServiceProxy.Sets or replaces all mappings from the specified map as entries for theconfigmap.ImmutableServiceProxy.Builder.destinationServiceId(String destinationServiceId) Initializes the value for thedestinationServiceIdattribute.ImmutableServiceProxy.Builder.destinationServiceName(String destinationServiceName) Initializes the value for thedestinationServiceNameattribute.ImmutableServiceProxy.Builder.from(ServiceProxy instance) Fill a builder with attribute values from the providedServiceProxyinstance.ImmutableServiceProxy.Builder.localServiceAddress(String localServiceAddress) Initializes the value for thelocalServiceAddressattribute.ImmutableServiceProxy.Builder.localServicePort(int localServicePort) Initializes the value for thelocalServicePortattribute.ImmutableServiceProxy.Builder.putAllConfig(Map<String, ? extends String> entries) Put all mappings from the specified map as entries toconfigmap.Put one entry to theconfigmap.Put one entry to theconfigmap.ImmutableServiceProxy.Builder.upstreams(Iterable<? extends ServiceProxyUpstream> elements) Sets or replaces all elements forupstreamslist.