See: Description
| Interface | Description |
|---|---|
| GlobalServerInterceptorConfigurer |
A bean that can be used to configure global
ServerInterceptors. |
| Class | Description |
|---|---|
| AnnotationGlobalServerInterceptorConfigurer |
Automatically find and configure
annotated global ServerInterceptors. |
| GlobalServerInterceptorRegistry |
The global server interceptor registry keeps references to all
ServerInterceptors that should be registered
to all server channels. |
| OrderedServerInterceptor | Deprecated
Use the original
ServerInterceptor in combination with Order (either on the target class
itself or the related factory method). |
| Annotation Type | Description |
|---|---|
| GrpcGlobalServerInterceptor |
Annotation for gRPC
ServerInterceptors to apply them globally. |