Uses of Class
org.apache.camel.ShutdownRoute
-
Packages that use ShutdownRoute Package Description org.apache.camel The core Camel API. -
-
Uses of ShutdownRoute in org.apache.camel
Methods in org.apache.camel that return ShutdownRoute Modifier and Type Method Description ShutdownRoute
RuntimeConfiguration. getShutdownRoute()
Gets the option to use when shutting down the route.static ShutdownRoute
ShutdownRoute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShutdownRoute[]
ShutdownRoute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel with parameters of type ShutdownRoute Modifier and Type Method Description void
RuntimeConfiguration. setShutdownRoute(ShutdownRoute shutdownRoute)
Sets the ShutdownRoute option for routes.
-