NatsMessage
Это содержимое пока не доступно на вашем языке.
NatsMessage =
object
Defined in: src/io/broker/NatsActor.ts:12
Inbound NATS message handed to subscribers.
Properties
Section titled “Properties”payload
Section titled “payload”
readonlypayload:Uint8Array
Defined in: src/io/broker/NatsActor.ts:14
replyTo
Section titled “replyTo”
readonlyreplyTo:string
Defined in: src/io/broker/NatsActor.ts:16
Reply subject (for request/reply patterns). Empty when not set.
subject
Section titled “subject”
readonlysubject:string
Defined in: src/io/broker/NatsActor.ts:13
