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 |
A server interceptor wrapper that assigns an order to the underlying server interceptor.
|
| Annotation Type | Description |
|---|---|
| GrpcGlobalServerInterceptor |
Annotation for gRPC
ServerInterceptors to apply them globally. |