Skip to content

@142vip.grpc.枚举.ServiceMethodType

mmdapl edited this page Nov 4, 2025 · 4 revisions

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"

定义于: enum/grpc.interface.ts:33

Clone this wiki locally