| Package | Description |
|---|---|
| org.apache.camel.support.task |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskBuilder<T extends Task>
Provides common logic for task builders
|
interface |
TaskBuilder<T extends Task>
Provides a common pattern for building tasks
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockingTask
Defines a task that blocks the code execution when ran.
|
| 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.
|
Apache Camel