| Package | Description |
|---|---|
| fish.payara.microprofile.faulttolerance | |
| fish.payara.microprofile.faulttolerance.service |
| Modifier and Type | Field and Description |
|---|---|
static FaultToleranceMetrics |
FaultToleranceMetrics.DISABLED
Can be used as NULL object when metrics are disabled so avoid testing for enabled but still do essentially NOOPs.
|
| Modifier and Type | Method and Description |
|---|---|
default FaultToleranceMetrics |
FaultToleranceMetrics.boundTo(FaultToleranceMethodContext context,
FaultTolerancePolicy policy) |
FaultToleranceMetrics |
FaultToleranceMethodContext.getMetrics()
Returns the
FaultToleranceMetrics to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodFaultToleranceMetrics
|
| Modifier and Type | Method and Description |
|---|---|
FaultToleranceMetrics |
MethodFaultToleranceMetrics.boundTo(FaultToleranceMethodContext context,
FaultTolerancePolicy policy)
The first thread calling creates the metrics all thread calling the same method work with.
|
FaultToleranceMetrics |
FaultToleranceMethodContextImpl.getMetrics() |
| Constructor and Description |
|---|
FaultToleranceMethodContextImpl(javax.enterprise.context.control.RequestContextController requestContext,
FaultToleranceRequestTracing requestTracing,
FaultToleranceMetrics metrics,
ExecutorService asyncExecution,
ScheduledExecutorService delayedExecution,
String appName) |
Copyright © 2021. All rights reserved.