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