Uses of Class
org.springframework.core.retry.RetryException
Packages that use RetryException
-
Uses of RetryException in org.springframework.core.retry
Methods in org.springframework.core.retry that throw RetryExceptionModifier and TypeMethodDescription<R> @Nullable RExecute the givenRetryable(according to theRetryPolicyconfigured at the implementation level) until it succeeds, or eventually throw an exception if theRetryPolicyis exhausted.<R> @Nullable RExecute the suppliedRetryableaccording to the configured retry and backoff policies.