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.
A bean that can be used to configure global
ClientInterceptor
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureClientInterceptors
(List<ClientInterceptor> interceptors) Configures the given list of client interceptors, possibly adding new elements, removing unwanted elements, or reordering the existing ones.
-
Method Details
-
configureClientInterceptors
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.
-