Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublishMessageRequest

Hierarchy

  • PublishMessageRequest

Index

Properties

correlationKey

correlationKey: string

the correlation key of the message

messageId

messageId: string

the unique ID of the message; can be omitted. only useful to ensure only one message with the given ID will ever be published (during its lifetime)

name

name: string

the name of the message

timeToLive

timeToLive: number

how long the message should be buffered on the broker, in milliseconds

variables

variables: string

the message variables as a JSON document; to be valid, the root of the document must be an object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.

Generated using TypeDoc