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
annotatedglobalServerInterceptors.A bean that can be used to configure globalServerInterceptors.The global server interceptor registry keeps references to allServerInterceptors that should be registered to all server channels.Annotation for gRPCServerInterceptors to apply them globally.Deprecated.
ServerInterceptorin combination withOrder(either on the target class itself or the related factory method).