Uses of Enum Class
org.apache.camel.ShutdownRunningTask
Packages that use ShutdownRunningTask
Package
Description
The core Camel API.
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 ShutdownRunningTaskModifier and TypeMethodDescriptionRuntimeConfiguration.getShutdownRunningTask()Gets the ShutdownRunningTask option in use when shutting down a route.static ShutdownRunningTaskReturns the enum constant of this class with the specified name.static ShutdownRunningTask[]ShutdownRunningTask.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 ShutdownRunningTaskModifier and TypeMethodDescriptionvoidRuntimeConfiguration.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 ShutdownRunningTaskModifier and TypeMethodDescriptionbooleanShutdownAware.deferShutdown(ShutdownRunningTask shutdownRunningTask) To defer shutdown during first phase of shutdown.