FixedDelayStrategy
public static interface PollingStrategy.DelayStrategy
Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.