Uses of Interface
org.apache.camel.support.task.budget.backoff.BackOffStrategy
-
Packages that use BackOffStrategy Package Description org.apache.camel.support.task.budget org.apache.camel.support.task.budget.backoff -
-
Uses of BackOffStrategy in org.apache.camel.support.task.budget
Fields in org.apache.camel.support.task.budget declared as BackOffStrategy Modifier and Type Field Description protected BackOffStrategyIterationBoundedBudgetBuilder. backOffStrategyMethods in org.apache.camel.support.task.budget with parameters of type BackOffStrategy Modifier and Type Method Description IterationBoundedBudgetBuilderIterationBoundedBudgetBuilder. withBackOffStrategy(BackOffStrategy backOffStrategy) -
Uses of BackOffStrategy in org.apache.camel.support.task.budget.backoff
Classes in org.apache.camel.support.task.budget.backoff that implement BackOffStrategy Modifier and Type Class Description classFixedBackOffStrategyA back-off strategy with constant rate
-