Skip to content
Ahmad Elassuty edited this page Feb 2, 2021 · 13 revisions

Welcome to the EventRouter wiki! 📚

EventRouter helps you organise your application domain events in a simple and intuitive way.

One domain event can have multiple side-effects in your system, for example sending emails, creating notifications, tasks, audit logs, event store, updating other system resources async and many more. EventRouter will help you create dedicated classes for your events, that can be consumed by multiple destinations.


Content

Clone this wiki locally