Skip to main content
Event Aggregator

Also known as

  • Message Hub

Intent

The Event Aggregator design pattern aims to reduce the direct dependencies between multiple systems and components that need to interact by introducing a single component, the Event Aggregator, that receives events from multiple sources and distributes them to multiple listeners.


iluwatarAbout 3 minMessagingDecouplingEvent-drivenReactive