@FunctionalInterface public interface ServiceFilter
ServiceDiscovery| Modifier and Type | Method and Description |
|---|---|
List<ServiceDefinition> |
apply(List<ServiceDefinition> services)
Chooses one of the service to use
|
List<ServiceDefinition> apply(List<ServiceDefinition> services)
services - list of servicesApache Camel