| Package | Description |
|---|---|
| org.apache.camel.impl.cluster |
Base classes and Implementation for Camel Cluster
|
| Modifier and Type | Method and Description |
|---|---|
ClusteredRouteConfiguration |
ClusteredRouteConfiguration.copy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClusteredRouteConfiguration> |
ClusteredRouteController.getRoutesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredRouteController.addRouteConfiguration(String routeId,
ClusteredRouteConfiguration configuration)
Add a configuration for the given route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredRouteController.setRoutesConfiguration(Map<String,ClusteredRouteConfiguration> configurations)
Sets the configurations for the routes.
|
Apache Camel