Class | Description |
---|---|
AbstractRoundRobinLoadBalancer | |
DiscoveryClientLoadBalancerFactory |
A factory class that can be replaced at runtime for creating
LoadBalancer instances that load balance
between available clients provided by the DiscoveryClient . |
DiscoveryClientRoundRobinLoadBalancer |
A
LoadBalancer that uses the DiscoveryClient and a
ServiceInstance ID to automatically load balance between discovered clients in a non-blocking manner. |
FixedLoadBalancer |
A
LoadBalancer that resolves a fixed URL. |
ServiceInstanceListLoadBalancerFactory |
The default
LoadBalancer factory for creating LoadBalancer instances from
ServiceInstanceList instances. |
ServiceInstanceListRoundRobinLoadBalancer |