Page tree

Versions Compared

Key

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

...

Messages are being broadcasted, meaning there is no specific destination. As a component, you need to subscribe to the messages you want to receive. For an overview of the most common messages, see the Messaging section.

When creating new modules, be sure to implement the messaging protocol as defined here. This ensures components are aware of each other's existence and that they behave correctly.

...