Uses of Package
org.apache.camel.support.task.budget
Packages that use org.apache.camel.support.task.budget
-
Classes in org.apache.camel.support.task.budget used by org.apache.camel.support.taskClassDescriptionA budget that limits the task execution to a given number of iterationsDefines a budget that limits the task execution to certain length of time
-
Classes in org.apache.camel.support.task.budget used by org.apache.camel.support.task.budgetClassDescriptionA budget defines how much a task can executeAn interface for budget buildersA helper builder of time bounded builders.This task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.A helper builder of iteration bounded builders.A budget that limits the task execution to a given number of iterationsThis task budget limits the execution by both a given number of iterations or a maximum amount of time for the execution.A helper builder of iteration and time bounded builders.This task budget limits the execution by both a maximum amount of time for the execution.Defines a budget that limits the task execution to certain length of time