v2.0.12
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.
Security — v2.0.12
Dependencies (3)
| Package | Resolved | Size | Vulnerabilities |
|---|---|---|---|
| org.springframework:spring-context* | |||
| io.micrometer:micrometer-core* | |||
| com.github.spotbugs:spotbugs-annotations* |
Install
<dependency> <groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> <version>2.0.12</version> </dependency>
Distribution size
Bundle analysis is only available for npm packages. Download jar ↗
Languages
Package info