Uses of Class
io.smallrye.faulttolerance.internal.InterceptionPoint
-
Packages that use InterceptionPoint Package Description io.smallrye.faulttolerance.internal io.smallrye.faulttolerance.metrics -
-
Uses of InterceptionPoint in io.smallrye.faulttolerance.internal
Methods in io.smallrye.faulttolerance.internal with parameters of type InterceptionPoint Modifier and Type Method Description static FallbackMethodCandidatesFallbackMethodCandidates. create(InterceptionPoint point, String fallbackMethodName, boolean allowExceptionParam)static BeforeRetryMethodBeforeRetryMethod. find(InterceptionPoint point, String beforeRetryMethodName)BeforeRetryMethodStrategyCache. getBeforeRetryMethod(InterceptionPoint point, String fallbackMethodName)FallbackMethodCandidatesStrategyCache. getFallbackMethodCandidates(InterceptionPoint point, String fallbackMethodName)<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 InterceptionPoint Constructor Description CdiMeteredOperationImpl(FaultToleranceOperation operation, InterceptionPoint interceptionPoint, SpecCompatibility specCompatibility)
-