See: Description
Interface | Description |
---|---|
GlobalServerInterceptorConfigurer |
A bean that can be used to configure global
ServerInterceptor s. |
Class | Description |
---|---|
AnnotationGlobalServerInterceptorConfigurer |
Automatically find and configure
annotated global ServerInterceptor s. |
GlobalServerInterceptorRegistry |
The global server interceptor registry keeps references to all
ServerInterceptor s 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
ServerInterceptor s to apply them globally. |