← Graph

Event Bus

concept 2 connections

Pattern where events are dispatched through a bus that can route a single event to multiple registered handlers. Mirrors the command-bus registration/execution split, with publisher and handlers fully decoupled: the publisher only tells the bus to handle the event.

category
pattern
about
Event Bus concept
Shows event handlers registered and dispatched through the same bus pattern with multiple subscribers.
concept Event Bus
related_to
Command Bus concept
Sister pattern — same registration/execution mechanics, but events fan out to multiple handlers while commands go to one.

Provenance

Read by
6 extractions