Interface GlobalServerInterceptorConfigurer

All Known Implementing Classes:
AnnotationGlobalServerInterceptorConfigurer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GlobalServerInterceptorConfigurer
A bean that can be used to configure global ServerInterceptors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures the given list of server interceptors, possibly adding new elements, removing unwanted elements, or reordering the existing ones.
  • Method Details

    • configureServerInterceptors

      void configureServerInterceptors(List<ServerInterceptor> interceptors)
      Configures the given list of server interceptors, possibly adding new elements, removing unwanted elements, or reordering the existing ones.
      Parameters:
      interceptors - A mutable list of server interceptors to configure.