Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Feeder components can use the queue.push function to push messages into the their queue to be sent downstream to linked components.

Queued messages will be available to be dequeued and processed by all of the linked downstream components.

Code Block
languagelua
local MessageId = queue.push{data=Data}

...