Uses of Package
org.springframework.core.retry
Packages that use org.springframework.core.retry
Package
Description
Main package for the core retry functionality.
Support package for the core retry functionality.
-
Classes in org.springframework.core.retry used by org.springframework.core.retryClassDescription
Retryableis a functional interface that can be used to implement any generic block of code that can potentially be retried.Exception thrown when aRetryPolicyhas been exhausted.Strategy interface to define a retry execution created for a givenRetryPolicy.An extension point that allows to inject code during key retry phases.Interface specifying basic retry operations.Strategy interface to define a retry policy. -
Classes in org.springframework.core.retry used by org.springframework.core.retry.supportClassDescriptionStrategy interface to define a retry execution created for a given
RetryPolicy.An extension point that allows to inject code during key retry phases.Strategy interface to define a retry policy.