All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.faulttolerance.core.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Core implementations of fault tolerance strategies conforming to MicroProfile Fault Tolerance.
 * The strategies here are not meant to be used directly.
 * Their API is not optimized for end user friendliness, but for integration correctness.
 * The core abstraction is {@link io.smallrye.faulttolerance.core.FaultToleranceStrategy}; each strategy implements that.
 * API stability in this package and all its subpackages is not guaranteed!
 */
package io.smallrye.faulttolerance.core;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy