跳转到内容
简体中文

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