Uses of Interface
org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser
Packages that use ServiceInstanceChooser
Package
Description
Spring Cloud load balancer abstractions.
-
Uses of ServiceInstanceChooser in org.springframework.cloud.client.loadbalancer
Subinterfaces of ServiceInstanceChooser in org.springframework.cloud.client.loadbalancerModifier and TypeInterfaceDescriptioninterfaceRepresents a client-side load balancer.Methods in org.springframework.cloud.client.loadbalancer with parameters of type ServiceInstanceChooserModifier and TypeMethodDescriptiondefault @Nullable LoadBalancedRetryPolicyLoadBalancedRetryFactory.createRetryPolicy(String service, ServiceInstanceChooser serviceInstanceChooser) Creates aLoadBalancedRetryPolicy.Constructors in org.springframework.cloud.client.loadbalancer with parameters of type ServiceInstanceChooserModifierConstructorDescriptionInterceptorRetryPolicy(org.springframework.http.HttpRequest request, LoadBalancedRetryPolicy policy, ServiceInstanceChooser serviceInstanceChooser, String serviceName) Creates a new retry policy.