Class StrategyCache
java.lang.Object
io.smallrye.faulttolerance.internal.StrategyCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBeforeRetryMethod(InterceptionPoint point, String fallbackMethodName) getFallbackMethodCandidates(InterceptionPoint point, String fallbackMethodName) <V> FaultToleranceStrategy<V> getStrategy(InterceptionPoint point, Supplier<FaultToleranceStrategy<V>> producer)
-
Constructor Details
-
StrategyCache
-
-
Method Details
-
getStrategy
public <V> FaultToleranceStrategy<V> getStrategy(InterceptionPoint point, Supplier<FaultToleranceStrategy<V>> producer) -
getFallbackMethodCandidates
public FallbackMethodCandidates getFallbackMethodCandidates(InterceptionPoint point, String fallbackMethodName) -
getBeforeRetryMethod
-