GrpcHandler
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
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.
