public class AnnotationGlobalClientInterceptorConfigurer extends Object implements GlobalClientInterceptorConfigurer
annotated
global ClientInterceptor
s.Constructor and Description |
---|
AnnotationGlobalClientInterceptorConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
addClientInterceptors(GlobalClientInterceptorRegistry registry)
Adds the
ClientInterceptor s that should be registered globally to the given registry. |
public AnnotationGlobalClientInterceptorConfigurer()
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.