@142vip.grpc.类.GrpcExampleServerManager - 142vip/core-x GitHub Wiki
API 参考 / @142vip/grpc / GrpcExampleServerManager
基于exampleProto的GRPC服务管理器
new GrpcExampleServerManager():
GrpcExampleServerManager
GrpcExampleServerManager
getGrpcServer():
GrpcServer
获取原生的grpcServer服务
getServiceClient(
connectUri):ServiceClient
获取客户端
ServiceClient
listen(
connectUri):Promise<void>
启动GRPC服务,监听端口
Promise<void>
registerService():
void
void
shutdown():
void
关闭GRPC服务
- 服务端
void