Uses of Interface
org.apache.camel.support.task.budget.IterationBudget
-
Packages that use IterationBudget Package Description org.apache.camel.support.task org.apache.camel.support.task.budget -
-
Uses of IterationBudget in org.apache.camel.support.task
Methods in org.apache.camel.support.task with parameters of type IterationBudget Modifier and Type Method Description ForegroundTask.ForegroundTaskBuilderForegroundTask.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 IterationBudget 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.
-