| Package | Description |
|---|---|
| org.apache.camel.support.task |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskBuilder<T extends Task>
Provides common logic for task builders
|
static class |
BackgroundTask.BackgroundTaskBuilder
A builder helper for building new background tasks
|
static class |
ForegroundTask.ForegroundTaskBuilder
A builder helper for building new foreground tasks
|
| 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