Interface ClusteredRouteFilter

    • Method Summary

      All Methods Instance Methods Abstract 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

        boolean test​(org.apache.camel.CamelContext camelContext,
                     String routeId,
                     org.apache.camel.NamedNode route)
        Test if the route should be clustered or not.
        Parameters:
        camelContext - the camel context
        routeId - the route id
        route - the route definition
        Returns:
        true if the route should be included