A lightweight fault tolerance library providing retry mechanisms for Java 8 and functional programming.
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
<version>2.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a retry with 3 attempts and 500ms wait, then decorates a supplier.
Wrap decorated calls in try-catch or use fallback methods.
No dependency data recorded yet.