GrpcHandler
此内容尚不支持你的语言。
GrpcHandler =
UnaryHandler|ServerStreamHandler|ClientStreamHandler|BidiHandler
Defined in: src/io/broker/GrpcServerActor.ts:23
gRPC handler descriptor — paired with a method name when the server
actor is constructed. Each handler is a target actor that receives
GrpcCall<Request, Response> envelopes. The four variants are the
four gRPC call classes.
