Interface GlobalClientInterceptorConfigurer

All Known Implementing Classes:
AnnotationGlobalClientInterceptorConfigurer
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 GlobalClientInterceptorConfigurer
A bean that can be used to configure global ClientInterceptors.
  • Method Summary

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

    • configureClientInterceptors

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