Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 452 Bytes

File metadata and controls

3 lines (2 loc) · 452 Bytes

Event handling

Event handlers are the components that act on incoming events. They typically execute logic based on decisions that have been made by the command model. Usually, this involves updating view models or forwarding updates to other components, such as third party integrations. In some cases event handlers will throw events themselves based on (patterns of) events that they received, or even send commands to trigger further changes.