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.
|
Apache Camel