AmqpPublish
Defined in: src/io/broker/AmqpActor.ts:19
Outbound publish — routed through exchange with routingKey.
Properties
Section titled “Properties”content
Section titled “content”
readonlycontent:string|Uint8Array<ArrayBufferLike>
Defined in: src/io/broker/AmqpActor.ts:22
contentType?
Section titled “contentType?”
readonlyoptionalcontentType?:string
Defined in: src/io/broker/AmqpActor.ts:25
exchange
Section titled “exchange”
readonlyexchange:string
Defined in: src/io/broker/AmqpActor.ts:20
headers?
Section titled “headers?”
readonlyoptionalheaders?:Readonly<Record<string,unknown>>
Defined in: src/io/broker/AmqpActor.ts:24
persistent?
Section titled “persistent?”
readonlyoptionalpersistent?:boolean
Defined in: src/io/broker/AmqpActor.ts:23
routingKey
Section titled “routingKey”
readonlyroutingKey:string
Defined in: src/io/broker/AmqpActor.ts:21