| Package | Description |
|---|---|
| org.apache.camel.support.task |
| Modifier and Type | Method and Description |
|---|---|
static ForegroundTask.ForegroundTaskBuilder |
Tasks.foregroundTask()
Creates a new foreground task builder
|
ForegroundTask.ForegroundTaskBuilder |
ForegroundTask.ForegroundTaskBuilder.withBudget(IterationBudget budget)
Sets an iteration budget for the task (i.e.: the task will not run more than the given number of iterations)
|
Apache Camel