Annotation Type RequestHeaderSanitizer
-
@Qualifier @Retention(CLASS) @Target({METHOD,PARAMETER,TYPE}) public @interface RequestHeaderSanitizerAQualifierto use onConsumerto indicate the provided consumer should be used to sanitize request headers. The consumer will be provided a mutableHttpHeadersand should remove any headers that are not appropriate for logging in request logs.