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 TypeMethodDescription<V,AT> AsyncSupport <V, AT> StrategyCache.getAsyncSupport(InterceptionPoint point, FaultToleranceOperation operation) StrategyCache.getBeforeRetryMethod(InterceptionPoint point, FaultToleranceOperation operation) StrategyCache.getFallbackExceptionDecision(InterceptionPoint point, Supplier<ExceptionDecision> producer) <V> FallbackFunction<V> StrategyCache.getFallbackFunction(InterceptionPoint point, Supplier<FallbackFunction<V>> producer) 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)