See: Description
Interface | Description |
---|---|
GlobalServerInterceptorConfigurer |
This configurer can be used to register new 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
globally. |
OrderedServerInterceptor |
A server interceptor wrapper that assigns an order to the underlying server interceptor.
|
Annotation Type | Description |
---|---|
GrpcGlobalServerInterceptor |
Annotation for gRPC
ServerInterceptor s to apply them globally. |