Uses of Class
com.gooddata.retry.RetrySettings
-
Packages that use RetrySettings Package Description com.gooddata com.gooddata.retry -
-
Uses of RetrySettings in com.gooddata
Methods in com.gooddata that return RetrySettings Modifier and Type Method Description RetrySettingsGoodDataSettings. getRetrySettings()Methods in com.gooddata with parameters of type RetrySettings Modifier and Type Method Description voidGoodDataSettings. setRetrySettings(RetrySettings retrySettings)Set retry settings -
Uses of RetrySettings in com.gooddata.retry
Methods in com.gooddata.retry with parameters of type RetrySettings Modifier and Type Method Description static org.springframework.web.client.RestTemplateRetryableRestTemplate. create(RetrySettings retrySettings, org.springframework.http.client.ClientHttpRequestFactory factory)Creates new retryable REST template.
-