public class HealthyServiceFilter extends Object implements ServiceFilter
| Constructor and Description |
|---|
HealthyServiceFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDefinition> |
apply(List<ServiceDefinition> services)
Chooses one of the service to use
|
public HealthyServiceFilter()
public List<ServiceDefinition> apply(List<ServiceDefinition> services)
ServiceFilterapply in interface ServiceFilterservices - list of servicesApache Camel