Uses of Interface
org.springframework.core.retry.RetryOperations
Packages that use RetryOperations
-
Uses of RetryOperations in org.springframework.core.retry
Classes in org.springframework.core.retry that implement RetryOperationsModifier and TypeClassDescriptionclassA basic implementation ofRetryOperationsthat executes and potentially retries aRetryableoperation based on a configuredRetryPolicy.