ReplyMessage
此内容尚不支持你的语言。
ReplyMessage =
object
Defined in: src/io/broker/GrpcClientActor.ts:17
Inbound gRPC reply / stream frame delivered to subscribers. The
kind discriminates between a unary completion, the handle for a
caller-driven stream, a stream chunk, the stream-end signal, and a
stream error.
Properties
Section titled “Properties”
readonlykind:"reply"
Defined in: src/io/broker/GrpcClientActor.ts:17
response
Section titled “response”
readonlyresponse:unknown
Defined in: src/io/broker/GrpcClientActor.ts:17
target
Section titled “target”
readonlytarget:ActorRef<unknown>
Defined in: src/io/broker/GrpcClientActor.ts:17
