Package net.devh.boot.grpc.server.interceptor
package net.devh.boot.grpc.server.interceptor
Classes related to the gRPC (global) server interceptors and their discovery.
-
ClassDescriptionAutomatically find and configure
annotated
globalServerInterceptor
s.A bean that can be used to configure globalServerInterceptor
s.The global server interceptor registry keeps references to allServerInterceptor
s that should be registered to all server channels.Annotation for gRPCServerInterceptor
s to apply them globally.Deprecated.
ServerInterceptor
in combination withOrder
(either on the target class itself or the related factory method).