Versions Compared

Key

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

...

The Event bus API is used for communication and notifications about actions that occur in the components of the system. In order not to to have tight coupling between modules and their API, the Event API was introduced. The API is also used for handling events by with custom rules that the user can implement in Groovy.

...