public interface GlobalServerInterceptorConfigurer
ServerInterceptor
s.Modifier and Type | Method and Description |
---|---|
void |
addServerInterceptors(GlobalServerInterceptorRegistry registry)
Adds the
ServerInterceptor s that should be registered globally to the given registry. |
void addServerInterceptors(GlobalServerInterceptorRegistry registry)
ServerInterceptor
s that should be registered globally to the given registry.registry
- The registry the interceptors should be added to.