| 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 budge that limits the task execution to certain length of time
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterationBoundedBudget |
class |
IterationTimeBoundedBudget |
class |
TimeBoundedBudget |
Apache Camel