繁体   English   中英

gRPC NodeJS如何获取所有方法的列表

[英]gRPC NodeJS how to get list of all methods

我想获取gRPC中服务器的所有方法(gPRC方法名称)的列表。 我没有发现的NodeJS GRPC引用的方法或属性来获取的GRPC方法列表- https://grpc.io/grpc/node/grpc.Server.html 我怎样才能做到这一点? 谢谢)

const Service = grpc.load(protoPath).examplePackage.exampleService;
// your methods:
const methods = Object.keys(Service.prototype);

我从这里得到解决方案

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM