Ir al contenido
Español

GrpcHandler

Esta página aún no está disponible en tu idioma.

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.