Uses of Enum Class
org.apache.camel.ShutdownRunningTask
Packages that use ShutdownRunningTask
-
Uses of ShutdownRunningTask in org.apache.camel
Subclasses with type arguments of type ShutdownRunningTask in org.apache.camelModifier and TypeClassDescriptionenumPer-consumer policy controlling how many pending tasks are processed before the consumer stops during graceful shutdown.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.