@FunctionalInterface public interface ClusteredRouteFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(org.apache.camel.CamelContext camelContext,
String routeId,
org.apache.camel.NamedNode route)
Test if the route should be clustered or not.
|
boolean test(org.apache.camel.CamelContext camelContext,
String routeId,
org.apache.camel.NamedNode route)
camelContext - the camel contextrouteId - the route idroute - the route definitionApache Camel