public interface ServiceCallLoadBalancer<T extends ServiceCallServer>
ServiceCallServerListStrategy
Modifier and Type | Method and Description |
---|---|
T |
chooseServer(List<T> servers)
Chooses one of the servers to use using the implemented strategy.
|
T chooseServer(List<T> servers)
servers
- list of serversApache Camel