GrpcServerReadableCall
이 콘텐츠는 아직 번역되지 않았습니다.
GrpcServerReadableCall =
object
Defined in: src/io/broker/GrpcServerActor.ts:560
grpc-js ServerReadableStream — a client-streaming call reads the
request stream and answers through the unary callback, so it has no
write / end of its own.
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?:object
Defined in: src/io/broker/GrpcServerActor.ts:561
optionalget?: (key) =>string[]
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string[]
Methods
Section titled “Methods”Call Signature
Section titled “Call Signature”on(
event,listener):void
Defined in: src/io/broker/GrpcServerActor.ts:562
Parameters
Section titled “Parameters”"data"
listener
Section titled “listener”(chunk) => void
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”on(
event,listener):void
Defined in: src/io/broker/GrpcServerActor.ts:563
Parameters
Section titled “Parameters”"end"
listener
Section titled “listener”() => void
Returns
Section titled “Returns”void
