| Interface | Description |
|---|---|
| CorrelationIdGenerator |
Request id generation abstraction, allows to implement different strategies for request id generation.
|
| RequestCorrelation |
Holder for the request correlation id.
|
| RequestCorrelationInterceptor |
An interceptor that can be used for
|
| Annotation Type | Description |
|---|---|
| EnableRequestCorrelation |
Enables automatic request correlation by assigning per each request unique identifier that afterwards is being
propagated through 'X-Request-Id' header.
|