콘텐츠로 이동
한국어

AmqpPublish

이 콘텐츠는 아직 번역되지 않았습니다.

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