Перейти к содержимому
Русский

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.

optional metadata?: object

Defined in: src/io/broker/GrpcServerActor.ts:561

optional get?: (key) => string[]

string

string[]

on(event, listener): void

Defined in: src/io/broker/GrpcServerActor.ts:562

"data"

(chunk) => void

void

on(event, listener): void

Defined in: src/io/broker/GrpcServerActor.ts:563

"end"

() => void

void