public class AnnotationGlobalClientInterceptorConfigurer extends java.lang.Object implements GlobalClientInterceptorConfigurer
annotated global ClientInterceptors.| Constructor and Description |
|---|
AnnotationGlobalClientInterceptorConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientInterceptors(GlobalClientInterceptorRegistry registry)
Adds the
ClientInterceptors that should be registered globally to the given registry. |
public AnnotationGlobalClientInterceptorConfigurer()
public void addClientInterceptors(GlobalClientInterceptorRegistry registry)
GlobalClientInterceptorConfigurerClientInterceptors that should be registered globally to the given registry.addClientInterceptors in interface GlobalClientInterceptorConfigurerregistry - The registry the interceptors should be added to.