| Package | Description |
|---|---|
| fish.payara.microprofile.faulttolerance | |
| fish.payara.microprofile.faulttolerance.policy | |
| fish.payara.microprofile.faulttolerance.service |
| Modifier and Type | Method and Description |
|---|---|
default FaultToleranceMetrics |
FaultToleranceMetrics.boundTo(FaultToleranceMethodContext context,
FaultTolerancePolicy policy) |
FaultToleranceMethodContext |
FaultToleranceMethodContext.boundTo(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy) |
default FaultToleranceMethodContext |
FaultToleranceService.getMethodContext(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy) |
FaultToleranceMethodContext |
FaultToleranceService.getMethodContext(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy,
javax.enterprise.context.control.RequestContextController requestContextController)
Get or create the context object for processing the annotated method represented by the given
InvocationContext. |
| Modifier and Type | Method and Description |
|---|---|
static FaultTolerancePolicy |
FaultTolerancePolicy.asAnnotated(Class<?> target,
Method annotated) |
static FaultTolerancePolicy |
FaultTolerancePolicy.get(javax.interceptor.InvocationContext context,
Supplier<FaultToleranceConfig> configSpplier)
Returns the
FaultTolerancePolicy to use for the method invoked in the current context. |
| 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.
|
FaultToleranceMethodContext |
FaultToleranceMethodContextImpl.boundTo(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy) |
FaultToleranceMethodContext |
FaultToleranceServiceImpl.getMethodContext(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy,
javax.enterprise.context.control.RequestContextController requestContextController) |
Copyright © 2021. All rights reserved.