Uses of Interface
org.apache.camel.support.task.budget.IterationBudget
Packages that use IterationBudget
-
Uses of IterationBudget in org.apache.camel.support.task
Methods in org.apache.camel.support.task with parameters of type IterationBudgetModifier and TypeMethodDescriptionForegroundTask.ForegroundTaskBuilder.withBudget(IterationBudget budget) Sets an iteration budget for the task (i.e.: the task will not run more than the given number of iterations) -
Uses of IterationBudget in org.apache.camel.support.task.budget
Classes in org.apache.camel.support.task.budget that implement IterationBudgetModifier 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.