@FunctionalInterface public interface GlobalClientInterceptorConfigurer
ClientInterceptor
s.Modifier and Type | Method and Description |
---|---|
void |
configureClientInterceptors(List<ClientInterceptor> interceptors)
Configures the given list of client interceptors, possibly adding new elements, removing unwanted elements, or
reordering the existing ones.
|
void configureClientInterceptors(List<ClientInterceptor> interceptors)
interceptors
- A mutable list of client interceptors to configure.