public static final class ClusteredRouteFilters.BlackList extends Object implements ClusteredRouteFilter
| Constructor and Description |
|---|
BlackList(Collection<String> names) |
BlackList(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(CamelContext camelContext,
String routeId,
RouteDefinition route)
Test if the route should be clustered or not.
|
public BlackList(Collection<String> names)
public boolean test(CamelContext camelContext, String routeId, RouteDefinition route)
ClusteredRouteFiltertest in interface ClusteredRouteFiltercamelContext - the camel contextrouteId - the route idroute - the route definitionApache Camel