Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 584 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 584 Bytes

Events

Contains event definitions used to communicate between applications and facilitates publishing of events

Interesting bits

  • Events API Functions for publishing and subscribing to events. Uses the Registry in order to get a local PubSub.
  • Handler A behaviour for consumers of events allowing consumers to subscribe to and define handlers for events.
  • Event specifications The event structures are defined in the modules here