public static interface PollingStrategy.DelayStrategy
Modifier and Type | Method and Description |
---|---|
void |
delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext)
Defines the custom delay strategy to control the sleep time
|
void delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext) throws InterruptedException
pollingStrategyContext
- Provides the polling context required to define custom delayInterruptedException
PollingStrategyContext
Copyright © 2017. All rights reserved.