public class ExponentialBackOffStrategy extends Object implements org.apache.camel.support.task.budget.backoff.BackOffStrategy
| Constructor and Description |
|---|
ExponentialBackOffStrategy(Long baseRetryTimeOut,
Long coefficient) |
| Modifier and Type | Method and Description |
|---|---|
long |
calculateInterval(int iteration) |
Apache Camel