Uses of Class
org.apache.camel.impl.engine.RouteService
Packages that use RouteService
-
Uses of RouteService in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return RouteServiceMethods in org.apache.camel.impl.engine that return types with arguments of type RouteServiceModifier and TypeMethodDescriptionprotected Map<String,
RouteService> AbstractCamelContext.getRouteServices()
Methods in org.apache.camel.impl.engine with parameters of type RouteServiceModifier and TypeMethodDescriptionprotected void
AbstractCamelContext.resumeRouteService
(RouteService routeService) Resumes the given route serviceprotected void
AbstractCamelContext.shutdownRouteService
(RouteService routeService) protected void
AbstractCamelContext.shutdownRouteService
(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel) void
AbstractCamelContext.startRouteService
(RouteService routeService, boolean addingRoutes) Starts the given route serviceprotected void
AbstractCamelContext.stopRouteService
(RouteService routeService, boolean removingRoutes, org.apache.camel.LoggingLevel loggingLevel) protected void
AbstractCamelContext.stopRouteService
(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel) protected void
AbstractCamelContext.suspendRouteService
(RouteService routeService) Constructors in org.apache.camel.impl.engine with parameters of type RouteServiceModifierConstructorDescriptionDefaultRouteStartupOrder
(int startupOrder, org.apache.camel.Route route, RouteService routeService)