Uses of Class
io.smallrye.faulttolerance.internal.InterceptionPoint
Packages that use InterceptionPoint
-
Uses of InterceptionPoint in io.smallrye.faulttolerance.internal
Methods in io.smallrye.faulttolerance.internal with parameters of type InterceptionPointModifier and TypeMethodDescriptionStrategyCache.getBeforeRetryMethod(InterceptionPoint point, FaultToleranceOperation operation) StrategyCache.getFallbackMethodCandidates(InterceptionPoint point, FaultToleranceOperation operation) <V> FaultToleranceStrategy<V> StrategyCache.getStrategy(InterceptionPoint point, Supplier<FaultToleranceStrategy<V>> producer) -
Uses of InterceptionPoint in io.smallrye.faulttolerance.metrics
Constructors in io.smallrye.faulttolerance.metrics with parameters of type InterceptionPointModifierConstructorDescriptionCdiMeteredOperationImpl(FaultToleranceOperation operation, InterceptionPoint interceptionPoint, SpecCompatibility specCompatibility)