Class AuditWebFilter

java.lang.Object
org.saidone.component.BaseComponent
org.saidone.audit.AuditWebFilter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.server.WebFilter

@Component @ConditionalOnProperty(name="application.service.vault.audit.enabled", havingValue="true") public class AuditWebFilter extends BaseComponent implements org.springframework.web.server.WebFilter
  • Constructor Details

    • AuditWebFilter

      public AuditWebFilter()
  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)
      Specified by:
      filter in interface org.springframework.web.server.WebFilter