Class PayloadLoggingInterceptor

All Implemented Interfaces:
EndpointInterceptor

public class PayloadLoggingInterceptor extends AbstractLoggingInterceptor
Simple EndpointInterceptor that logs the payload of request and response messages.

By default, both request and response messages are logged, but this behaviour can be changed using the AbstractLoggingInterceptor.logRequest and AbstractLoggingInterceptor.logResponse properties.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • PayloadLoggingInterceptor

      public PayloadLoggingInterceptor()
  • Method Details