Uses of Interface
org.apache.camel.impl.cluster.ClusteredRouteFilter
-
-
Uses of ClusteredRouteFilter in org.apache.camel.impl.cluster
Classes in org.apache.camel.impl.cluster that implement ClusteredRouteFilter Modifier and Type Class Description static class
ClusteredRouteFilters.BlackList
static class
ClusteredRouteFilters.IsAutoStartup
Methods in org.apache.camel.impl.cluster that return types with arguments of type ClusteredRouteFilter Modifier and Type Method Description Collection<ClusteredRouteFilter>
ClusteredRouteController. getFilters()
Methods in org.apache.camel.impl.cluster with parameters of type ClusteredRouteFilter Modifier and Type Method Description void
ClusteredRouteController. addFilter(ClusteredRouteFilter filter)
Add a filter used to to filter cluster aware routes.Method parameters in org.apache.camel.impl.cluster with type arguments of type ClusteredRouteFilter Modifier and Type Method Description void
ClusteredRouteController. setFilters(Collection<ClusteredRouteFilter> filters)
Sets the filters used to filter cluster aware routes.
-