Skip to content

AmqpPublish

Defined in: src/io/broker/AmqpActor.ts:19

Outbound publish — routed through exchange with routingKey.

readonly content: string | Uint8Array<ArrayBufferLike>

Defined in: src/io/broker/AmqpActor.ts:22


readonly optional contentType?: string

Defined in: src/io/broker/AmqpActor.ts:25


readonly exchange: string

Defined in: src/io/broker/AmqpActor.ts:20


readonly optional headers?: Readonly<Record<string, unknown>>

Defined in: src/io/broker/AmqpActor.ts:24


readonly optional persistent?: boolean

Defined in: src/io/broker/AmqpActor.ts:23


readonly routingKey: string

Defined in: src/io/broker/AmqpActor.ts:21