Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMessage

Defines message format.

type

{IMessage}

Hierarchy

  • IMessage

Index

Properties

Properties

Optional delay

delay: undefined | number

Message delay in milliseconds (for delayed messages). Optional.

type

{number}

from

from: string

Message source queue name

type

{string}

id

id: string

Message unique identifier

type

{string}

message

message: IJson

Message data. Any JSON-compatible data allowed

type

{IJson}