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