Uses of Interface
org.apache.camel.support.task.budget.Budget
Packages that use Budget
-
Uses of Budget in org.apache.camel.support.task.budget
Classes in org.apache.camel.support.task.budget with type parameters of type BudgetModifier and TypeInterfaceDescriptioninterfaceBudgetBuilder<T extends Budget>An interface for budget buildersSubinterfaces of Budget in org.apache.camel.support.task.budgetModifier and TypeInterfaceDescriptioninterfaceA budget that limits the task execution to a given number of iterationsinterfaceDefines a budget that limits the task execution to certain length of timeClasses in org.apache.camel.support.task.budget that implement BudgetModifier and TypeClassDescriptionclassThis task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.classThis task budget limits the execution by both a given number of iterations or a maximum amount of time for the execution.classThis task budget limits the execution by both a maximum amount of time for the execution.