Uses of Interface
org.springframework.cloud.client.loadbalancer.reactive.LoadBalancedExchangeFilterFunction
Packages that use LoadBalancedExchangeFilterFunction
-
Uses of LoadBalancedExchangeFilterFunction in org.springframework.cloud.client.loadbalancer.reactive
Classes in org.springframework.cloud.client.loadbalancer.reactive that implement LoadBalancedExchangeFilterFunctionModifier and TypeClassDescriptionclassAnExchangeFilterFunctionthat usesReactiveLoadBalancerto execute requests against a correctServiceInstance.classAnExchangeFilterFunctionthat usesReactiveLoadBalancerto execute requests against a correctServiceInstanceand Reactor Retries to retry the call both against the same and the next service instance, based on the providedLoadBalancerRetryPolicy.