Uses of Interface
com.gooddata.sdk.service.retry.RetryStrategy
Packages that use RetryStrategy
-
Uses of RetryStrategy in com.gooddata.sdk.service.retry
Classes in com.gooddata.sdk.service.retry that implement RetryStrategyModifier and TypeClassDescriptionclassAllows retry for GET method and some HTTP 5XX states mentioned inGetServerErrorRetryStrategy.RETRYABLE_STATES.Constructors in com.gooddata.sdk.service.retry with parameters of type RetryStrategyModifierConstructorDescriptionRetryableRestTemplate(org.springframework.http.client.ClientHttpRequestFactory requestFactory, org.springframework.retry.support.RetryTemplate retryTemplate, RetryStrategy retryStrategy) Create a new instance of theRetryableRestTemplate.