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 -
Method Summary
-
Constructor Details
-
IsAutoStartup
public IsAutoStartup()
-
-
Method Details
-
test
public boolean test(org.apache.camel.CamelContext camelContext, String routeId, org.apache.camel.NamedNode route) Description copied from interface:ClusteredRouteFilterTest if the route should be clustered or not.- Specified by:
testin interfaceClusteredRouteFilter- Parameters:
camelContext- the camel contextrouteId- the route idroute- the route definition- Returns:
- true if the route should be included
-