public interface IterationBudget extends Budget
| Modifier and Type | Method and Description |
|---|---|
boolean |
canContinue()
Whether the task has budget to continue executing or not
|
int |
iterations()
The current number of iterations
|
int |
maxIterations()
The maximum number of iterations
|
boolean |
next()
Move the task to the next iteration
|
initialDelay, intervalint maxIterations()
int iterations()
boolean canContinue()
boolean next()
Apache Camel