GlobalClientInterceptorConfigurer
instead.@Deprecated public abstract class GlobalClientInterceptorConfigurerAdapter extends java.lang.Object implements GlobalClientInterceptorConfigurer
Constructor and Description |
---|
GlobalClientInterceptorConfigurerAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addClientInterceptors(GlobalClientInterceptorRegistry registry)
Deprecated.
Adds the
ClientInterceptor s that should be registered globally to the given registry. |
public GlobalClientInterceptorConfigurerAdapter()
public void addClientInterceptors(GlobalClientInterceptorRegistry registry)
GlobalClientInterceptorConfigurer
ClientInterceptor
s that should be registered globally to the given registry.addClientInterceptors
in interface GlobalClientInterceptorConfigurer
registry
- The registry the interceptors should be added to.