Uses of Class
org.apache.camel.impl.cluster.ClusteredRouteConfiguration
-
-
Uses of ClusteredRouteConfiguration in org.apache.camel.impl.cluster
Methods in org.apache.camel.impl.cluster that return ClusteredRouteConfiguration Modifier and Type Method Description ClusteredRouteConfiguration
ClusteredRouteConfiguration. copy()
Methods in org.apache.camel.impl.cluster that return types with arguments of type ClusteredRouteConfiguration Modifier and Type Method Description Map<String,ClusteredRouteConfiguration>
ClusteredRouteController. getRoutesConfiguration()
Methods in org.apache.camel.impl.cluster with parameters of type ClusteredRouteConfiguration Modifier and Type Method Description void
ClusteredRouteController. addRouteConfiguration(String routeId, ClusteredRouteConfiguration configuration)
Add a configuration for the given route.Method parameters in org.apache.camel.impl.cluster with type arguments of type ClusteredRouteConfiguration Modifier and Type Method Description void
ClusteredRouteController. setRoutesConfiguration(Map<String,ClusteredRouteConfiguration> configurations)
Sets the configurations for the routes.
-