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 voidAbstractCamelContext.resumeRouteService(RouteService routeService) Resumes the given route serviceprotected voidAbstractCamelContext.shutdownRouteService(RouteService routeService) protected voidAbstractCamelContext.shutdownRouteService(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel) voidAbstractCamelContext.startRouteService(RouteService routeService, boolean addingRoutes) Starts the given route serviceprotected voidAbstractCamelContext.stopRouteService(RouteService routeService, boolean removingRoutes, org.apache.camel.LoggingLevel loggingLevel) protected voidAbstractCamelContext.stopRouteService(RouteService routeService, org.apache.camel.LoggingLevel loggingLevel) protected voidAbstractCamelContext.suspendRouteService(RouteService routeService) Constructors in org.apache.camel.impl.engine with parameters of type RouteServiceModifierConstructorDescriptionDefaultRouteStartupOrder(int startupOrder, org.apache.camel.Route route, RouteService routeService)