Uses of Interface
org.apache.camel.support.task.budget.TimeBudget
Packages that use TimeBudget
-
Uses of TimeBudget in org.apache.camel.support.task
Methods in org.apache.camel.support.task with parameters of type TimeBudgetModifier and TypeMethodDescriptionBackgroundTask.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 TimeBudgetModifier and TypeClassDescriptionclassThis task budget limits the execution by both a given number of iterations or a maximum amount of time for the execution.classThis task budget limits the execution by both a maximum amount of time for the execution.