Uses of Enum Class
org.apache.camel.ShutdownRoute
Packages that use ShutdownRoute
-
Uses of ShutdownRoute in org.apache.camel
Methods in org.apache.camel that return ShutdownRouteModifier and TypeMethodDescriptionRuntimeConfiguration.getShutdownRoute()
Gets the option to use when shutting down the route.static ShutdownRoute
Returns the enum constant of this class with the specified name.static ShutdownRoute[]
ShutdownRoute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel with parameters of type ShutdownRouteModifier and TypeMethodDescriptionvoid
RuntimeConfiguration.setShutdownRoute
(ShutdownRoute shutdownRoute) Sets the ShutdownRoute option for routes.