Package org.apache.camel.impl.cluster
Class ClusteredRouteFilters.IsAutoStartup
- java.lang.Object
-
- org.apache.camel.impl.cluster.ClusteredRouteFilters.IsAutoStartup
-
- All Implemented Interfaces:
ClusteredRouteFilter
- Enclosing class:
- ClusteredRouteFilters
public static final class ClusteredRouteFilters.IsAutoStartup extends Object implements ClusteredRouteFilter
-
-
Constructor Summary
Constructors Constructor Description IsAutoStartup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(org.apache.camel.CamelContext camelContext, String routeId, org.apache.camel.NamedNode route)
Test if the route should be clustered or not.
-
-
-
Method Detail
-
test
public boolean test(org.apache.camel.CamelContext camelContext, String routeId, org.apache.camel.NamedNode route)
Description copied from interface:ClusteredRouteFilter
Test if the route should be clustered or not.- Specified by:
test
in interfaceClusteredRouteFilter
- Parameters:
camelContext
- the camel contextrouteId
- the route idroute
- the route definition- Returns:
- true if the route should be included
-
-