See: Description
| Interface | Description |
|---|---|
| GlobalServerInterceptorConfigurer |
This configurer can be used to register new 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
globally. |
| Annotation Type | Description |
|---|---|
| GrpcGlobalServerInterceptor |
Annotation for gRPC
ServerInterceptors to apply them globally. |