Uses of Interface
org.apache.camel.support.task.Task
-
Packages that use Task Package Description org.apache.camel.support.task -
-
Uses of Task in org.apache.camel.support.task
Classes in org.apache.camel.support.task with type parameters of type Task Modifier and Type Class Description classAbstractTaskBuilder<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.task Modifier and Type Interface Description interfaceBlockingTaskDefines a task that blocks the code execution when ran.Classes in org.apache.camel.support.task that implement Task Modifier and Type Class Description classBackgroundTaskA sleepless blocking task that runs in a Thread the background.classForegroundTaskRuns a task in the foreground, executing for a given number of iteration and sleeping between each of them.
-