OutboundEnvelope
Это содержимое пока не доступно на вашем языке.
OutboundEnvelope<
P> =object
Defined in: src/io/broker/BrokerActor.ts:41
Outbound envelope queued by the base class. Subclass dispatchOutgoing
receives one of these when the connection is up. The payload is
intentionally unknown — broker-specific outbound types are layered
on top by the subclass (e.g. MQTT publishes carry topic+QoS+retain).
Type Parameters
Section titled “Type Parameters”P = unknown
Properties
Section titled “Properties”enqueuedAt
Section titled “enqueuedAt”
readonlyenqueuedAt:number
Defined in: src/io/broker/BrokerActor.ts:44
Wall-clock when the message was enqueued. Useful for TTL evictions.
payload
Section titled “payload”
readonlypayload:P
Defined in: src/io/broker/BrokerActor.ts:42
