Uses of Interface
org.apache.camel.support.task.budget.Budget
-
Packages that use Budget Package Description org.apache.camel.support.task.budget -
-
Uses of Budget in org.apache.camel.support.task.budget
Classes in org.apache.camel.support.task.budget with type parameters of type Budget Modifier and Type Interface Description interfaceBudgetBuilder<T extends Budget>An interface for budget buildersSubinterfaces of Budget in org.apache.camel.support.task.budget Modifier and Type Interface Description interfaceIterationBudgetA budget that limits the task execution to a given number of iterationsinterfaceTimeBudgetDefines a budget that limits the task execution to certain length of timeClasses in org.apache.camel.support.task.budget that implement Budget Modifier and Type Class Description classIterationBoundedBudgetThis task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.classIterationTimeBoundedBudgetThis task budget limits the execution by both a given number of iterations or a maximum amount of time for the execution.classTimeBoundedBudgetThis task budget limits the execution by both a maximum amount of time for the execution.
-