| Class | Description |
|---|---|
| EarlyFtInterceptor |
An interceptor that is called before the FT interceptor
in the chain and count the invocation.
|
| FaultToleranceInterceptorEnableByXmlTest |
A Client to demonstrate the interceptors ordering behavior of FT and CDI annotations
|
| InterceptorComponent |
Component to show the CDI interceptor ordering with FT annotations
|
| LateFtInterceptor |
An interceptor that is called after the FT interceptor
in the chain and count the invocation.
|
| Annotation Type | Description |
|---|---|
| EarlyFtInterceptor.InterceptEarly |
Interceptor binding for
EarlyFtInterceptor |
| LateFtInterceptor.InterceptLate |
Interceptor binding for
LateFtInterceptor |
Copyright © 2020 Eclipse Foundation. All rights reserved.