Uses of Class
org.springframework.core.retry.RetryException
Packages that use RetryException
Package
Description
Main package for the core retry functionality.
Support package for the core retry functionality.
-
Uses of RetryException in org.springframework.core.retry
Methods in org.springframework.core.retry with parameters of type RetryExceptionModifier and TypeMethodDescriptiondefault voidRetryListener.onRetryPolicyExhaustion(RetryPolicy retryPolicy, Retryable<?> retryable, RetryException exception) Called if theRetryPolicyis exhausted.default voidRetryListener.onRetryPolicyInterruption(RetryPolicy retryPolicy, Retryable<?> retryable, RetryException exception) Called if theRetryPolicyis interrupted between retry attempts.Methods in org.springframework.core.retry that throw RetryExceptionModifier and TypeMethodDescriptionExecute the givenRetryableoperation according to theRetryPolicyconfigured at the implementation level.Execute the suppliedRetryableoperation according to the configuredRetryPolicy. -
Uses of RetryException in org.springframework.core.retry.support
Methods in org.springframework.core.retry.support with parameters of type RetryExceptionModifier and TypeMethodDescriptionvoidCompositeRetryListener.onRetryPolicyExhaustion(RetryPolicy retryPolicy, Retryable<?> retryable, RetryException exception) voidCompositeRetryListener.onRetryPolicyInterruption(RetryPolicy retryPolicy, Retryable<?> retryable, RetryException exception)