| Package | Description |
|---|---|
| org.apache.camel.impl.engine |
| Modifier and Type | Method and Description |
|---|---|
RouteService |
DefaultRouteStartupOrder.getRouteService() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,RouteService> |
AbstractCamelContext.getRouteServices() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCamelContext.resumeRouteService(RouteService routeService)
Resumes the given route service
|
protected void |
AbstractCamelContext.shutdownRouteService(RouteService routeService) |
void |
AbstractCamelContext.startRouteService(RouteService routeService,
boolean addingRoutes)
Starts the given route service
|
protected void |
AbstractCamelContext.stopRouteService(RouteService routeService) |
protected void |
AbstractCamelContext.stopRouteService(RouteService routeService,
boolean removingRoutes) |
protected void |
AbstractCamelContext.suspendRouteService(RouteService routeService) |
| Constructor and Description |
|---|
DefaultRouteStartupOrder(int startupOrder,
org.apache.camel.Route route,
RouteService routeService) |
Apache Camel