Uses of Interface
org.apache.camel.support.task.BlockingTask
-
Packages that use BlockingTask Package Description org.apache.camel.support.task -
-
Uses of BlockingTask in org.apache.camel.support.task
Classes in org.apache.camel.support.task that implement BlockingTask 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.Methods in org.apache.camel.support.task with type parameters of type BlockingTask Modifier and Type Method Description static <T extends BlockingTask,Y extends TaskBuilder<T>>
YTasks. task(Supplier<Y> taskBuilderSupplier)A generic builder for task builders
-