Posts

Showing posts from August, 2018

Event Driven Model

The event model is a model where each event does a single task. A queue(event dispatcher) is used to receive the events and then trigger the handlers aka code.  The event dispatcher will then respond back to the caller with any relevant information that the handler has given it.