Uses of Class
fish.payara.microprofile.faulttolerance.policy.FaultTolerancePolicy
-
Packages that use FaultTolerancePolicy Package Description fish.payara.microprofile.faulttolerance fish.payara.microprofile.faulttolerance.policy fish.payara.microprofile.faulttolerance.service -
-
Uses of FaultTolerancePolicy in fish.payara.microprofile.faulttolerance
Methods in fish.payara.microprofile.faulttolerance with parameters of type FaultTolerancePolicy Modifier and Type Method Description FaultToleranceMethodContextFaultToleranceMethodContext. boundTo(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy)default FaultToleranceMetricsFaultToleranceMetrics. boundTo(FaultToleranceMethodContext 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. -
Uses of FaultTolerancePolicy in fish.payara.microprofile.faulttolerance.policy
Methods in fish.payara.microprofile.faulttolerance.policy that return FaultTolerancePolicy Modifier and Type Method Description static FaultTolerancePolicyFaultTolerancePolicy. asAnnotated(Class<?> target, Method annotated)static FaultTolerancePolicyFaultTolerancePolicy. get(jakarta.interceptor.InvocationContext context, Supplier<FaultToleranceConfig> configSpplier)Returns theFaultTolerancePolicyto use for the method invoked in the current context. -
Uses of FaultTolerancePolicy in fish.payara.microprofile.faulttolerance.service
Methods in fish.payara.microprofile.faulttolerance.service with parameters of type FaultTolerancePolicy Modifier and Type Method Description FaultToleranceMethodContextFaultToleranceMethodContextImpl. boundTo(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy)FaultToleranceMetricsMethodFaultToleranceMetrics. boundTo(FaultToleranceMethodContext context, FaultTolerancePolicy policy)The first thread calling creates the metrics all thread calling the same method work with.FaultToleranceMethodContextFaultToleranceServiceImpl. getMethodContext(jakarta.interceptor.InvocationContext context, FaultTolerancePolicy policy, jakarta.enterprise.context.control.RequestContextController requestContextController)
-