Uses of Class
org.apache.camel.support.task.budget.IterationBoundedBudgetBuilder
Packages that use IterationBoundedBudgetBuilder
-
Uses of IterationBoundedBudgetBuilder in org.apache.camel.support.task.budget
Methods in org.apache.camel.support.task.budget that return IterationBoundedBudgetBuilderModifier and TypeMethodDescriptionBudgets.iterationBudget()IterationBoundedBudgetBuilder.withBackOffStrategy(BackOffStrategy backOffStrategy) IterationBoundedBudgetBuilder.withInitialDelay(Duration duration) IterationBoundedBudgetBuilder.withInterval(Duration duration) IterationBoundedBudgetBuilder.withMaxIterations(int maxIterations) IterationBoundedBudgetBuilder.withUnlimitedMaxIterations()