Provides annotations and interfaces for implementing fault tolerance patterns like retry, circuit breaker, and bulkhead in MicroProfile applications.
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.1.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using @Retry annotation to automatically retry a method up to 3 times on failure.
No known issues recorded.
No dependency data recorded yet.