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