Uses of Class
com.gooddata.sdk.service.retry.RetrySettings
Packages that use RetrySettings
-
Uses of RetrySettings in com.gooddata.sdk.service
Methods in com.gooddata.sdk.service that return RetrySettingsMethods in com.gooddata.sdk.service with parameters of type RetrySettingsModifier and TypeMethodDescriptionvoidGoodDataSettings.setRetrySettings(RetrySettings retrySettings) Set retry settings -
Uses of RetrySettings in com.gooddata.sdk.service.retry
Methods in com.gooddata.sdk.service.retry with parameters of type RetrySettingsModifier and TypeMethodDescriptionstatic org.springframework.web.client.RestTemplateRetryableRestTemplate.create(RetrySettings retrySettings, org.springframework.http.client.ClientHttpRequestFactory factory) Creates new retryable REST template.