Uses of Package
org.springframework.cloud.client.loadbalancer.reactive
Packages that use org.springframework.cloud.client.loadbalancer.reactive
Package
Description
Spring Cloud load balancer abstractions.
-
-
Classes in org.springframework.cloud.client.loadbalancer.reactive used by org.springframework.cloud.client.loadbalancer.reactiveClassDescriptionAn
ExchangeFilterFunctionimplementation that usesObjectProviderto resolve appropriate load-balancingExchangeFilterFunctiondelegate when theExchangeFilterFunction.filter(ClientRequest, ExchangeFunction)method is first called.A marker interface for load-balancedExchangeFilterFunctioninstances.Allows applications to transform the load-balancedClientRequestgiven the chosenServiceInstance.Stores the data for a load-balanced call that is being retried.Pluggable policy used to establish whether a given load-balanced call should be retried.ABeanPostProcessorthat appliesDeferringLoadBalancerExchangeFilterFunctionfilter to allWebClient.Builderinstances annotated withLoadBalanced.Reactive load balancer.AnExchangeFilterFunctionthat usesReactiveLoadBalancerto execute requests against a correctServiceInstance.AnExchangeFilterFunctionthat 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.