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 in the background (using a scheduled thread pool).classRuns a task in the foreground, executing for a given number of iteration and sleeping between each of them.Methods in org.apache.camel.support.task that return types with arguments of type TaskModifier and TypeMethodDescriptionDefaultTaskManagerRegistry.getTasks()TaskManagerRegistry.getTasks()Gets the current list of tasksMethods in org.apache.camel.support.task with parameters of type TaskModifier and TypeMethodDescriptionvoidvoidAdds the taskvoidDefaultTaskManagerRegistry.removeTask(Task task) voidTaskManagerRegistry.removeTask(Task task) Removes the task