@FunctionalInterface public interface ServiceFilter
ServiceDiscovery| Modifier and Type | Method and Description |
|---|---|
List<ServiceDefinition> |
apply(Exchange exchange,
List<ServiceDefinition> services)
Chooses service candidates to use
|
List<ServiceDefinition> apply(Exchange exchange, List<ServiceDefinition> services)
exchange - for content-based filteringservices - list of servicesApache Camel