Annotation Interface GrpcGlobalClientInterceptor
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Component
@Bean
public @interface GrpcGlobalClientInterceptor
Annotation for gRPC
ClientInterceptor
s to apply them globally.