Package org.lognet.springboot.grpc
Annotation Interface GRpcService
Marks the annotated class to be registered as grpc-service bean;
- Since:
- 0.0.1
-
Optional Element Summary
Optional Elements
-
Element Details
-
interceptors
Class<? extends io.grpc.ServerInterceptor>[] interceptors- Default:
- {}
-
applyGlobalInterceptors
boolean applyGlobalInterceptors- Default:
- true
-