Annotation Interface GRpcService


@Target(TYPE) @Retention(RUNTIME) @Documented @Service public @interface GRpcService
Marks the annotated class to be registered as grpc-service bean;
Since:
0.0.1
  • Element Details

    • interceptors

      Class<? extends io.grpc.ServerInterceptor>[] interceptors
      Default:
      {}
    • applyGlobalInterceptors

      boolean applyGlobalInterceptors
      Default:
      true