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