AmqpDelivery
Defined in: src/io/broker/AmqpActor.ts:10
Inbound AMQP delivery handed to subscribers.
Properties
Section titled “Properties”ackToken
Section titled “ackToken”
readonlyackToken:number
Defined in: src/io/broker/AmqpActor.ts:15
Acknowledgement token — forward to the actor as { kind: 'ack', delivery } to ack.
content
Section titled “content”
readonlycontent:Uint8Array
Defined in: src/io/broker/AmqpActor.ts:12
properties
Section titled “properties”
readonlyproperties:Readonly<Record<string,unknown>>
Defined in: src/io/broker/AmqpActor.ts:13
readonlyqueue:string
Defined in: src/io/broker/AmqpActor.ts:11