public class FixedBackOffStrategy extends Object implements BackOffStrategy
| Constructor and Description |
|---|
FixedBackOffStrategy(Long backOffTime,
Long maxRetryWaitingTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
waitBeforeRetry(int retryCount) |
public void waitBeforeRetry(int retryCount)
throws InterruptedException
waitBeforeRetry in interface BackOffStrategyInterruptedExceptionApache Camel