Skip to content
Ahmad Elassuty edited this page Jan 24, 2021 · 13 revisions

Welcome to the EventRouter wiki! 📚 (Under construction 🚧)

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.


Index

Clone this wiki locally