Zum Inhalt springen
Deutsch

AmqpPublish

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

AmqpPublish = object

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

Outbound publish — routed through exchange with routingKey.

readonly content: Uint8Array | string

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


readonly optional contentType?: string

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


readonly exchange: string

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


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

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


readonly optional persistent?: boolean

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


readonly routingKey: string

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