Uses of Interface
org.apache.camel.support.task.budget.TimeBudget
-
Packages that use TimeBudget Package Description org.apache.camel.support.task org.apache.camel.support.task.budget -
-
Uses of TimeBudget in org.apache.camel.support.task
Methods in org.apache.camel.support.task with parameters of type TimeBudget Modifier and Type Method Description BackgroundTask.BackgroundTaskBuilderBackgroundTask.BackgroundTaskBuilder. withBudget(TimeBudget timeBudget)Sets a time budget for the task -
Uses of TimeBudget in org.apache.camel.support.task.budget
Classes in org.apache.camel.support.task.budget that implement TimeBudget Modifier and Type Class Description classIterationTimeBoundedBudgetThis task budget limits the execution by both a given number of iterations or a maximum amount of time for the execution.classTimeBoundedBudgetThis task budget limits the execution by both a maximum amount of time for the execution.
-