| Package | Description |
|---|---|
| org.springframework.cloud.client.loadbalancer | |
| org.springframework.cloud.client.loadbalancer.reactive |
| Class and Description |
|---|
| ReactiveLoadBalancer.Factory |
| Class and Description |
|---|
| DeferringLoadBalancerExchangeFilterFunction
An
ExchangeFilterFunction implementation that uses ObjectProvider to
resolve appropriate load-balancing ExchangeFilterFunction delegate when the
ExchangeFilterFunction.filter(ClientRequest, ExchangeFunction) method is first
called. |
| LoadBalancedExchangeFilterFunction
A marker interface for load-balanced
ExchangeFilterFunction instances. |
| LoadBalancerClientRequestTransformer
Allows applications to transform the load-balanced
ClientRequest given the
chosen ServiceInstance. |
| LoadBalancerRetryContext
Stores the data for a load-balanced call that is being retried.
|
| LoadBalancerRetryPolicy
Pluggable policy used to establish whether a given load-balanced call should be
retried.
|
| LoadBalancerRetryPolicy.Factory |
| LoadBalancerWebClientBuilderBeanPostProcessor
A
BeanPostProcessor that applies
DeferringLoadBalancerExchangeFilterFunction filter to all
WebClient.Builder instances annotated with LoadBalanced. |
| ReactiveLoadBalancer
Reactive load balancer.
|
| ReactiveLoadBalancer.Factory |
| ReactorLoadBalancerExchangeFilterFunction
An
ExchangeFilterFunction that uses ReactiveLoadBalancer to execute
requests against a correct ServiceInstance. |
| RetryableLoadBalancerExchangeFilterFunction
An
ExchangeFilterFunction that uses ReactiveLoadBalancer to execute
requests against a correct ServiceInstance and Reactor Retries to retry the
call both against the same and the next service instance, based on the provided
LoadBalancerRetryPolicy. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.