| Package | Description |
|---|---|
| org.apache.camel.support.task |
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundTask
A sleepless blocking task that runs in a Thread the background.
|
class |
ForegroundTask
Runs a task in the foreground, executing for a given number of iteration and sleeping between each of them.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends BlockingTask,Y extends TaskBuilder<T>> |
Tasks.task(Supplier<Y> taskBuilderSupplier)
A generic builder for task builders
|
Apache Camel