| Package | Description |
|---|---|
| org.apache.camel.support.task.budget |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BudgetBuilder<T extends Budget>
An interface for budget builders
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IterationBudget
A budget that limits the task execution to a given number of iterations
|
interface |
TimeBudget
Defines a budget that limits the task execution to certain length of time
|
| 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.
|
class |
TimeBoundedBudget
This task budget limits the execution by both a maximum amount of time for the execution.
|
Apache Camel