Uses of Interface
org.apache.camel.spi.RouteStartupOrder
Packages that use RouteStartupOrder
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of RouteStartupOrder in org.apache.camel
Methods in org.apache.camel that return types with arguments of type RouteStartupOrderModifier and TypeMethodDescriptionExtendedCamelContext.getRouteStartupOrder()
Returns the order in which the route inputs was started. -
Uses of RouteStartupOrder in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type RouteStartupOrderModifier and TypeMethodDescriptionboolean
ShutdownStrategy.shutdown
(CamelContext context, RouteStartupOrder route, long timeout, TimeUnit timeUnit, boolean abortAfterTimeout) Shutdown the route using a specified timeout instead of the default timeout values and supports abortAfterTimeout modeMethod parameters in org.apache.camel.spi with type arguments of type RouteStartupOrderModifier and TypeMethodDescriptionvoid
ShutdownStrategy.shutdown
(CamelContext context, List<RouteStartupOrder> routes) Shutdown the routesvoid
ShutdownStrategy.shutdown
(CamelContext context, List<RouteStartupOrder> routes, long timeout, TimeUnit timeUnit) Shutdown the routes using a specified timeout instead of the default timeout valuesvoid
ShutdownStrategy.shutdownForced
(CamelContext context, List<RouteStartupOrder> routes) Shutdown the routes, forcing shutdown being more aggressive, if timeout occurred.void
ShutdownStrategy.suspend
(CamelContext context, List<RouteStartupOrder> routes) Suspends the routesvoid
ShutdownStrategy.suspend
(CamelContext context, List<RouteStartupOrder> routes, long timeout, TimeUnit timeUnit) Suspends the routes using a specified timeout instead of the default timeout values