public class AnnotationGlobalServerInterceptorConfigurer extends Object implements GlobalServerInterceptorConfigurer
annotated global ServerInterceptors.| Constructor and Description |
|---|
AnnotationGlobalServerInterceptorConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServerInterceptors(GlobalServerInterceptorRegistry registry)
Adds the
ServerInterceptors that should be registered globally to the given registry. |
public AnnotationGlobalServerInterceptorConfigurer()
public void addServerInterceptors(GlobalServerInterceptorRegistry registry)
GlobalServerInterceptorConfigurerServerInterceptors that should be registered globally to the given registry.addServerInterceptors in interface GlobalServerInterceptorConfigurerregistry - The registry the interceptors should be added to.