public interface TuGraphDbService
| Modifier and Type | Method and Description |
|---|---|
Lgraph.LGraphResponse |
HandleRequest(Lgraph.LGraphRequest request)
brpc/sofa:
serviceName默认是包名 + 类名,methodName是proto文件Service内对应方法名,
hulu/public_pbrpc:
serviceName默认是类名,不需要加包名,methodName是proto文件Service内对应方法index,默认从0开始。
|
@BrpcMeta(serviceName="lgraph.LGraphRPCService",
methodName="HandleRequest")
Lgraph.LGraphResponse HandleRequest(Lgraph.LGraphRequest request)
Copyright © 2023 Ant Group. All rights reserved.