| Package | Description |
|---|---|
| org.apache.camel.support.task | |
| org.apache.camel.support.task.budget |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterationBoundedBudget
This task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.
|
class |
IterationTimeBoundedBudget
This task budget limits the execution by both a given number of iterations or a maximum amount of time for the
execution.
|
Apache Camel