Uses of Interface
org.springframework.core.retry.RetryState
Packages that use RetryState
Package
Description
Main package for the core retry functionality.
Support package for the core retry functionality.
-
Uses of RetryState in org.springframework.core.retry
Classes in org.springframework.core.retry that implement RetryStateModifier and TypeClassDescriptionclassException thrown when aRetryPolicyhas been exhausted or interrupted.Methods in org.springframework.core.retry with parameters of type RetryStateModifier and TypeMethodDescriptiondefault voidRetryListener.beforeRetry(RetryPolicy retryPolicy, Retryable<?> retryable, RetryState retryState) Called before every retry attempt.default voidRetryListener.onRetryableExecution(RetryPolicy retryPolicy, Retryable<?> retryable, RetryState retryState) Called after every attempt, including the initial invocation. -
Uses of RetryState in org.springframework.core.retry.support
Methods in org.springframework.core.retry.support with parameters of type RetryStateModifier and TypeMethodDescriptionvoidCompositeRetryListener.beforeRetry(RetryPolicy retryPolicy, Retryable<?> retryable, RetryState retryState) voidCompositeRetryListener.onRetryableExecution(RetryPolicy retryPolicy, Retryable<?> retryable, RetryState retryState)