| Package | Description |
|---|---|
| org.apache.camel.support.task | |
| org.apache.camel.support.task.budget |
| Class and Description |
|---|
| IterationBudget
A budget that limits the task execution to a given number of iterations
|
| TimeBudget
Defines a budge that limits the task execution to certain length of time
|
| Class and Description |
|---|
| Budget
A budget defines how much a task can execute
|
| BudgetBuilder
An interface for budget builders
|
| Budgets.TimeBoundedBudgetBuilder
A helper builder of time bounded builders.
|
| IterationBoundedBudget |
| IterationBoundedBudgetBuilder
A helper builder of iteration bounded builders.
|
| IterationBudget
A budget that limits the task execution to a given number of iterations
|
| IterationTimeBoundedBudget |
| IterationTimeBoundedBudgetBuilder
A helper builder of iteration and time bounded builders.
|
| TimeBoundedBudget |
| TimeBudget
Defines a budge that limits the task execution to certain length of time
|
Apache Camel