| Package | Description |
|---|---|
| org.apache.camel.support.task | |
| org.apache.camel.support.task.budget |
| Modifier and Type | Method and Description |
|---|---|
BackgroundTask.BackgroundTaskBuilder |
BackgroundTask.BackgroundTaskBuilder.withBudget(TimeBudget timeBudget)
Sets a time budget for the task
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterationTimeBoundedBudget
This task budget limits the execution by both a given number of iterations or a maximum amount of time for the
execution.
|
class |
TimeBoundedBudget
This task budget limits the execution by both a maximum amount of time for the execution.
|
Apache Camel