| 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 |
|---|---|
FaultToleranceMetrics |
FaultToleranceMethodContext.getMetrics(boolean enabled)
Returns the
FaultToleranceMetrics to use. |
| Modifier and Type | Method and Description |
|---|---|
FaultToleranceMetrics |
FaultToleranceMethodContextImpl.getMetrics(boolean enabled) |
| Constructor and Description |
|---|
FaultToleranceMethodContextImpl(javax.enterprise.context.control.RequestContextController requestContext,
FaultToleranceRequestTracing requestTracing,
FaultToleranceMetrics metrics,
ExecutorService asyncExecution,
ScheduledExecutorService delayedExecution,
Object target) |
Copyright © 2020. All rights reserved.