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