- All Superinterfaces:
- GenericResponseInterceptor<HandlerInput,Optional<Response>>
public interface ResponseInterceptor
extends GenericResponseInterceptor<HandlerInput,Optional<Response>>
Response interceptors are invoked immediately after execution of the request handler. Because response interceptors
have access to the output generated from execution of the request handler, they are ideal for tasks such as response
sanitation and validation.