A small extension to Google's Guava library for creating configurable retrying strategies for arbitrary function calls.
<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>2.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a retryer that retries on exception with a fixed wait time.
Consider using resilience4j-retry or Spring Retry as alternatives.
No dependency data recorded yet.