Uses of Interface
org.apache.camel.support.task.BlockingTask
Packages that use BlockingTask
-
Uses of BlockingTask in org.apache.camel.support.task
Classes in org.apache.camel.support.task that implement BlockingTaskModifier 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 with type parameters of type BlockingTaskModifier and TypeMethodDescriptionstatic <T extends BlockingTask,Y extends TaskBuilder<T>>
YA generic builder for task builders