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(org.apache.camel.CamelContext camelContext,
String routeId,
org.apache.camel.NamedNode route)
Test if the route should be clustered or not.
|
public BlackList(String name)
public BlackList(Collection<String> names)
public boolean test(org.apache.camel.CamelContext camelContext,
String routeId,
org.apache.camel.NamedNode route)
ClusteredRouteFiltertest in interface ClusteredRouteFiltercamelContext - the camel contextrouteId - the route idroute - the route definitionApache Camel