@FunctionalInterface public interface GlobalClientInterceptorConfigurer
ClientInterceptor
s.Modifier and Type | Method and Description |
---|---|
void |
addClientInterceptors(GlobalClientInterceptorRegistry registry)
Adds the
ClientInterceptor s that should be registered globally to the given registry. |
void addClientInterceptors(GlobalClientInterceptorRegistry registry)
ClientInterceptor
s that should be registered globally to the given registry.registry
- The registry the interceptors should be added to.