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.Constructor parameters in org.springframework.cloud.client.loadbalancer.reactive with type arguments of type LoadBalancedExchangeFilterFunctionModifierConstructorDescriptionLoadBalancerWebClientHttpServiceGroupConfigurer(org.springframework.beans.factory.ObjectProvider<DeferringLoadBalancerExchangeFilterFunction<LoadBalancedExchangeFilterFunction>> exchangeFilterFunctionProvider, org.springframework.boot.http.client.autoconfigure.service.HttpServiceClientProperties httpServiceClientProperties)