Class ClusteredRouteFilters.BlackList

java.lang.Object
org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
All Implemented Interfaces:
ClusteredRouteFilter
Enclosing class:
ClusteredRouteFilters

public static final class ClusteredRouteFilters.BlackList extends Object implements ClusteredRouteFilter
  • Constructor Details

  • Method Details

    • 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 interface ClusteredRouteFilter
      Parameters:
      camelContext - the camel context
      routeId - the route id
      route - the route definition
      Returns:
      true if the route should be included