Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

LicenseApache 2.0
CategoriesError Handling
Tagshandlingexceptionspringframeworkerror
HomePage https://github.com/spring-projects/spring-retry
Ranking#495 in MvnRepository (See Top Artifacts)
#1 in Error Handling
Used By1,112 artifacts