Uses of Interface
org.apache.camel.support.task.Task
Packages that use Task
-
Uses of Task in org.apache.camel.support.task
Classes in org.apache.camel.support.task with type parameters of type TaskModifier and TypeClassDescriptionclassAbstractTaskBuilder<T extends Task>Provides common logic for task buildersinterfaceTaskBuilder<T extends Task>Provides a common pattern for building tasksSubinterfaces of Task in org.apache.camel.support.taskModifier and TypeInterfaceDescriptioninterfaceDefines a task that blocks the code execution when ran.Classes in org.apache.camel.support.task that implement TaskModifier and TypeClassDescriptionclassA sleepless blocking task that runs in a Thread the background.classRuns a task in the foreground, executing for a given number of iteration and sleeping between each of them.