public class RoundRobinServiceChooser extends Object implements ServiceChooser
| Constructor and Description |
|---|
RoundRobinServiceChooser() |
| Modifier and Type | Method and Description |
|---|---|
ServiceDefinition |
choose(List<ServiceDefinition> definitions)
Chooses one of the service to use
|
String |
toString() |
public RoundRobinServiceChooser()
public ServiceDefinition choose(List<ServiceDefinition> definitions)
ServiceChooserchoose in interface ServiceChooserdefinitions - list of servicesApache Camel