public class TimeBoundedBudget extends Object implements TimeBudget
| Modifier and Type | Method and Description |
|---|---|
long |
initialDelay()
Defines an initial delay before running the task
|
long |
interval()
The interval between each task execution
|
long |
maxDuration()
The maximum length of time that the task can execute
|
public long maxDuration()
TimeBudgetmaxDuration in interface TimeBudgetpublic long initialDelay()
BudgetinitialDelay in interface BudgetApache Camel