Uses of Interface
com.gooddata.sdk.service.retry.RetryStrategy
| Package | Description |
|---|---|
| com.gooddata.sdk.service.retry |
-
Uses of RetryStrategy in com.gooddata.sdk.service.retry
Classes in com.gooddata.sdk.service.retry that implement RetryStrategy Modifier and Type Class Description classGetServerErrorRetryStrategyAllows retry for GET method and some HTTP 5XX states mentioned inGetServerErrorRetryStrategy.RETRYABLE_STATES.Constructors in com.gooddata.sdk.service.retry with parameters of type RetryStrategy Constructor Description RetryableRestTemplate(org.springframework.http.client.ClientHttpRequestFactory requestFactory, org.springframework.retry.support.RetryTemplate retryTemplate, RetryStrategy retryStrategy)Create a new instance of theRetryableRestTemplate.