Ir al contenido
Español

ReplyMessage

Esta página aún no está disponible en tu idioma.

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.

readonly kind: "reply"

Defined in: src/io/broker/GrpcClientActor.ts:17


readonly response: unknown

Defined in: src/io/broker/GrpcClientActor.ts:17


readonly target: ActorRef<unknown>

Defined in: src/io/broker/GrpcClientActor.ts:17