Package io.smallrye.faulttolerance.core
package io.smallrye.faulttolerance.core
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
FaultToleranceStrategy; each strategy implements that.
API stability in this package and all its subpackages is not guaranteed!-
ClassDescriptionWarning this class consists of generated code.A fault tolerance strategy that guards invocations of arbitrary
Callables.Invocation<V>A "sentinel" fault tolerance strategy that does no processing, it only invokes the guardedCallable.