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