public static interface PollingStrategy.RetryStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRetry(PollingStrategyContext pollingStrategyContext)
Returns whether polling of a resource should be retried according to the
given polling context.
|
boolean shouldRetry(PollingStrategyContext pollingStrategyContext)
pollingStrategyContext
- Provides the polling context required to make the retry decisionPollingStrategyContext
Copyright © 2021. All rights reserved.