The Plato message broker exposes hundreds of events via a subscriber model developers can leverage to modify existing functionality within Plato.
The Plato message broker is essentially a singleton dictionary that contains a list of concrete types and associated delegates provided by subscribing to the concrete type during the start-up process. The delegates associated with the type will be executed when specific events are raised within the types implementation.
The message broker typically exposes the following delegate types...