@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Service
public @interface GRpcService
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
applyGlobalInterceptors |
java.lang.Class<? extends io.grpc.ServerInterceptor>[] |
interceptors |