| 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 |
|---|---|
Object |
FaultTolerancePolicy.proceed(javax.interceptor.InvocationContext context,
Supplier<FaultToleranceMethodContext> ftmContextSupplier)
Wraps
InvocationContext.proceed() with fault tolerance behaviour. |
| Modifier and Type | Class and Description |
|---|---|
class |
FaultToleranceMethodContextImpl
The execution context for a FT annotated method.
|
| Modifier and Type | Method and Description |
|---|---|
FaultToleranceMethodContext |
FaultToleranceServiceImpl.getMethodContext(javax.interceptor.InvocationContext context,
FaultTolerancePolicy policy,
javax.enterprise.context.control.RequestContextController requestContextController) |
Copyright © 2020. All rights reserved.