Registry / other / microprofile-fault-tolerance-api

microprofile-fault-tolerance-api

JSON →
library4.1.2javamavenunverified

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>
INSTALL
IMPORT
SIG · MICROPROFILE-FAULT
M
microprofile-fault-tolerance-api
otherjavav4.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Retry
org.eclipse.microprofile.faulttolerance.Retry

Demonstrates using @Retry annotation to automatically retry a method up to 3 times on failure.

import org.eclipse.microprofile.faulttolerance.Retry; public class MyService { @Retry(maxRetries = 3) public String call() { return "success"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
microprofile-fault-tolerance-api — mvn dependency:get microprofile-fault-tolerance-api · libregistry