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