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 or interrupted.RetryListenerdefines a listener API for reacting to events published during the execution of aRetryableoperation.Interface specifying basic retry operations.Strategy interface to define a retry policy.Fluent API for configuring aRetryPolicywith common configuration options. -
Classes in org.springframework.core.retry used by org.springframework.core.retry.supportClassDescription
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 or interrupted.RetryListenerdefines a listener API for reacting to events published during the execution of aRetryableoperation.Strategy interface to define a retry policy.