Uses of Interface
fish.payara.microprofile.faulttolerance.FaultToleranceMetrics
-
Packages that use FaultToleranceMetrics Package Description fish.payara.microprofile.faulttolerance fish.payara.microprofile.faulttolerance.service -
-
Uses of FaultToleranceMetrics in fish.payara.microprofile.faulttolerance
Fields in fish.payara.microprofile.faulttolerance declared as FaultToleranceMetrics Modifier and Type Field Description static FaultToleranceMetricsFaultToleranceMetrics. DISABLEDCan be used as NULL object when metrics are disabled so avoid testing for enabled but still do essentially NOOPs.Methods in fish.payara.microprofile.faulttolerance that return FaultToleranceMetrics Modifier and Type Method Description default FaultToleranceMetricsFaultToleranceMetrics. boundTo(FaultToleranceMethodContext context, FaultTolerancePolicy policy)FaultToleranceMetricsFaultToleranceMethodContext. getMetrics()Returns theFaultToleranceMetricsto use. -
Uses of FaultToleranceMetrics in fish.payara.microprofile.faulttolerance.service
Classes in fish.payara.microprofile.faulttolerance.service that implement FaultToleranceMetrics Modifier and Type Class Description classMethodFaultToleranceMetricsMethods in fish.payara.microprofile.faulttolerance.service that return FaultToleranceMetrics 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.FaultToleranceMetricsFaultToleranceMethodContextImpl. getMetrics()Constructors in fish.payara.microprofile.faulttolerance.service with parameters of type FaultToleranceMetrics Constructor Description FaultToleranceMethodContextImpl(jakarta.enterprise.context.control.RequestContextController requestContext, FaultToleranceRequestTracing requestTracing, FaultToleranceMetrics metrics, ExecutorService asyncExecution, ScheduledExecutorService delayedExecution, String appName)
-