is there a way (eg. interceptor) to log the request send via Spring Integration http outbound gateway?
Asked
Active
Viewed 1,041 times
1 Answers
1
Yes; inject a ClientHttpRequestInterceptor
implementation into the RestTemplate
used by the outbound gateway.
Inject the template in the gateway using the rest-template
attribute.

Gary Russell
- 166,535
- 14
- 146
- 179