Uses of Class
org.kiwiproject.consul.model.agent.ServiceProxy
Packages that use ServiceProxy
-
Uses of ServiceProxy in org.kiwiproject.consul.model.agent
Subclasses of ServiceProxy in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent that return types with arguments of type ServiceProxyModifier and TypeMethodDescriptionabstract Optional<ServiceProxy>FullService.getProxy()ImmutableFullService.getProxy()Methods in org.kiwiproject.consul.model.agent with parameters of type ServiceProxyModifier and TypeMethodDescriptionstatic ImmutableServiceProxyImmutableServiceProxy.copyOf(ServiceProxy instance) Creates an immutable copy of aServiceProxyvalue.ImmutableServiceProxy.Builder.from(ServiceProxy instance) Fill a builder with attribute values from the providedServiceProxyinstance.ImmutableFullService.Builder.proxy(ServiceProxy proxy) Initializes the optional valueproxyto proxy.final ImmutableFullServiceImmutableFullService.withProxy(ServiceProxy value) Copy the current immutable object by setting a present value for the optionalproxyattribute.Method parameters in org.kiwiproject.consul.model.agent with type arguments of type ServiceProxyModifier and TypeMethodDescriptionImmutableFullService.Builder.proxy(Optional<? extends ServiceProxy> proxy) Initializes the optional valueproxyto proxy.final ImmutableFullServiceImmutableFullService.withProxy(Optional<? extends ServiceProxy> optional) Copy the current immutable object by setting an optional value for theproxyattribute.