Last Updated: February 25, 2016
·
999
· crusoexia

Difference between event aggregator and mediator

Event aggregator

An event aggregator is a centro point to subscribe events.

Example: Application notifications.

Mediator

A mediator is used to decouple two or more components which has indirectly relationships but need to work together as a unit.

Example: Workflow wizard.