Uses of Class
org.apache.camel.ShutdownRunningTask
-
Packages that use ShutdownRunningTask Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ShutdownRunningTask in org.apache.camel
Methods in org.apache.camel that return ShutdownRunningTask Modifier and Type Method Description ShutdownRunningTask
RuntimeConfiguration. getShutdownRunningTask()
Gets the ShutdownRunningTask option in use when shutting down a route.static ShutdownRunningTask
ShutdownRunningTask. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShutdownRunningTask[]
ShutdownRunningTask. 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 ShutdownRunningTask Modifier and Type Method Description void
RuntimeConfiguration. setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
Sets the ShutdownRunningTask option to use when shutting down a route. -
Uses of ShutdownRunningTask in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type ShutdownRunningTask Modifier and Type Method Description boolean
ShutdownAware. deferShutdown(ShutdownRunningTask shutdownRunningTask)
To defer shutdown during first phase of shutdown.
-