Uses of Interface
fish.payara.microprofile.faulttolerance.FaultToleranceMethodContext
-
Packages that use FaultToleranceMethodContext Package Description fish.payara.microprofile.faulttolerance fish.payara.microprofile.faulttolerance.policy fish.payara.microprofile.faulttolerance.service -
-
Uses of FaultToleranceMethodContext in fish.payara.microprofile.faulttolerance
Methods in fish.payara.microprofile.faulttolerance that return FaultToleranceMethodContext Modifier and Type Method Description FaultToleranceMethodContextFaultToleranceMethodContext. boundTo(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy)default FaultToleranceMethodContextFaultToleranceService. getMethodContext(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy)FaultToleranceMethodContextFaultToleranceService. getMethodContext(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy, jakarta.enterprise.context.control.RequestContextController requestContextController)Get or create the context object for processing the annotated method represented by the givenInvocationContext.Methods in fish.payara.microprofile.faulttolerance with parameters of type FaultToleranceMethodContext Modifier and Type Method Description default FaultToleranceMetricsFaultToleranceMetrics. boundTo(FaultToleranceMethodContext context, FaultTolerancePolicy policy) -
Uses of FaultToleranceMethodContext in fish.payara.microprofile.faulttolerance.policy
Method parameters in fish.payara.microprofile.faulttolerance.policy with type arguments of type FaultToleranceMethodContext Modifier and Type Method Description ObjectFaultTolerancePolicy. proceed(jakarta.interceptor.InvocationContext context, Supplier<FaultToleranceMethodContext> ftmContextSupplier)WrapsInvocationContext.proceed()with fault tolerance behaviour. -
Uses of FaultToleranceMethodContext in fish.payara.microprofile.faulttolerance.service
Classes in fish.payara.microprofile.faulttolerance.service that implement FaultToleranceMethodContext Modifier and Type Class Description classFaultToleranceMethodContextImplThe execution context for a FT annotated method.Methods in fish.payara.microprofile.faulttolerance.service that return FaultToleranceMethodContext Modifier and Type Method Description FaultToleranceMethodContextFaultToleranceMethodContextImpl. boundTo(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy)FaultToleranceMethodContextFaultToleranceServiceImpl. getMethodContext(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy, jakarta.enterprise.context.control.RequestContextController requestContextController)Methods in fish.payara.microprofile.faulttolerance.service with parameters of type FaultToleranceMethodContext Modifier and Type Method Description FaultToleranceMetricsMethodFaultToleranceMetrics. boundTo(FaultToleranceMethodContext context, FaultTolerancePolicy policy)The first thread calling creates the metrics all thread calling the same method work with.
-