Skip to content

Latest commit

 

History

History

events

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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