| Package | Description |
|---|---|
| fish.payara.microprofile.faulttolerance | |
| fish.payara.microprofile.faulttolerance.policy | |
| fish.payara.microprofile.faulttolerance.service |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
FaultToleranceMethodContext |
FaultToleranceServiceImpl.getMethodContext(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy,
javax.enterprise.context.control.RequestContextController requestContextController) |
FaultToleranceMethodContextImpl |
FaultToleranceMethodContextImpl.in(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy) |
Copyright © 2020. All rights reserved.