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.
Properties
Section titled “Properties”content
Section titled “content”
readonlycontent:Uint8Array|string
Defined in: src/io/broker/AmqpActor.ts:24
contentType?
Section titled “contentType?”
readonlyoptionalcontentType?:string
Defined in: src/io/broker/AmqpActor.ts:27
exchange
Section titled “exchange”
readonlyexchange:string
Defined in: src/io/broker/AmqpActor.ts:22
headers?
Section titled “headers?”
readonlyoptionalheaders?:Readonly<Record<string,unknown>>
Defined in: src/io/broker/AmqpActor.ts:26
persistent?
Section titled “persistent?”
readonlyoptionalpersistent?:boolean
Defined in: src/io/broker/AmqpActor.ts:25
routingKey
Section titled “routingKey”
readonlyroutingKey:string
Defined in: src/io/broker/AmqpActor.ts:23
