Annotation Interface GrpcService


@Target(TYPE) @Retention(RUNTIME) @Documented @Service @Bean public @interface GrpcService
Grpc服务端自定义注解

扫描使用GrpcService注解的Bean->添加到io.grpc.ServerBuilder

作者:
ok1996