Package | Description |
---|---|
org.apache.camel.impl.engine |
Modifier and Type | Method and Description |
---|---|
BaseRouteService |
DefaultRouteStartupOrder.getRouteService() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,BaseRouteService> |
AbstractCamelContext.getRouteServices() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCamelContext.resumeRouteService(BaseRouteService routeService)
Resumes the given route service
|
protected void |
AbstractCamelContext.safelyStartRouteServices(boolean forceAutoStart,
boolean checkClash,
boolean startConsumer,
boolean resumeConsumer,
boolean addingRoutes,
BaseRouteService... routeServices) |
protected void |
AbstractCamelContext.shutdownRouteService(BaseRouteService routeService) |
void |
AbstractCamelContext.startRouteService(BaseRouteService routeService,
boolean addingRoutes)
Starts the given route service
|
protected void |
AbstractCamelContext.stopRouteService(BaseRouteService routeService) |
protected void |
AbstractCamelContext.stopRouteService(BaseRouteService routeService,
boolean removingRoutes) |
protected void |
AbstractCamelContext.suspendRouteService(BaseRouteService routeService) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCamelContext.doStartOrResumeRoutes(Map<String,BaseRouteService> routeServices,
boolean checkClash,
boolean startConsumer,
boolean resumeConsumer,
boolean addingRoutes)
Starts or resumes the routes
|
protected void |
AbstractCamelContext.safelyStartRouteServices(boolean checkClash,
boolean startConsumer,
boolean resumeConsumer,
boolean addingRoutes,
Collection<BaseRouteService> routeServices)
Starts the routes services in a proper manner which ensures the routes
will be started in correct order, check for clash and that the routes
will also be shutdown in correct order as well.
|
Constructor and Description |
---|
DefaultRouteStartupOrder(int startupOrder,
org.apache.camel.Route route,
BaseRouteService routeService) |
Apache Camel