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