Package com.gooddata.sdk.service.retry
Interface RetryStrategy
-
- All Known Implementing Classes:
GetServerErrorRetryStrategy
public interface RetryStrategyInterface for describing retry strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanretryAllowed(java.lang.String method, int statusCode, java.net.URI uri)Method says if retry is allowed for given parameter combination.
-