| Class | Description |
|---|---|
| ClientHttpCorrelationConfiguration |
Configures any
RestTemplate bean by adding additional request interceptor. |
| ClientHttpRequestCorrelationInterceptor |
Rest template http interceptor, that propagates the currents thread bound request identifier to the outgoing request,
through 'X-Request-Id' header.
|