@142vip.grpc.枚举.ServiceMethodType - 142vip/core-x GitHub Wiki
API 参考 / @142vip/grpc / ServiceMethodType
枚举: ServiceMethodType
定义于: enum/grpc.interface.ts:31
Grpc 服务端方法类型
枚举成员
BidiStream
BidiStream:
"bidiStream"
定义于: enum/grpc.interface.ts:36
ClientStream
ClientStream:
"clientStream"
定义于: enum/grpc.interface.ts:34
ServerStream
ServerStream:
"serverStream"
定义于: enum/grpc.interface.ts:35
Unary
Unary:
"unary"