| Class | Description |
|---|---|
| EarlyFtInterceptor |
An interceptor that is called before the FT interceptor
in the chain and count the invocation.
|
| FaultToleranceInterceptorTest |
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.
|
| OrderQueueProducer |
Creates the order queue that will be used by the interceptors
and the test bean to store the order in which this components are called.
|
| Annotation Type | Description |
|---|---|
| EarlyFtInterceptor.InterceptEarly |
Interceptor binding for
EarlyFtInterceptor |
| LateFtInterceptor.InterceptLate |
Interceptor binding for
LateFtInterceptor |
Copyright © 2020 Eclipse Foundation. All rights reserved.