| Package | Description |
|---|---|
| org.apache.camel.impl.cluster |
Base classes and implementation for Camel Cluster
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusteredRouteFilters.BlackList |
static class |
ClusteredRouteFilters.IsAutoStartup |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusteredRouteFilter> |
ClusteredRouteController.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredRouteController.addFilter(ClusteredRouteFilter filter)
Add a filter used to to filter cluster aware routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredRouteController.setFilters(Collection<ClusteredRouteFilter> filters)
Sets the filters used to filter cluster aware routes.
|
Apache Camel