Interface LoadBalancer

All Known Implementing Classes:
AbstractRoundRobinLoadBalancer, DiscoveryClientRoundRobinLoadBalancer, FixedLoadBalancer, ServiceInstanceListRoundRobinLoadBalancer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LoadBalancer
Interface to abstract server selection. Allows plugging in load balancing strategies.
Since:
1.0
Author:
Graeme Rocher