콘텐츠로 이동
한국어

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.