Skip to content

Files

Latest commit

Jul 30, 2020
417f21e · Jul 30, 2020

History

History

event-driven-architecture

README.md

layout title folder permalink categories tags
pattern
Event Driven Architecture
event-driven-architecture
/patterns/event-driven-architecture/
Architectural
Reactive

Intent

Send and notify state changes of your objects to other applications using an Event-driven Architecture.

Class diagram

alt text

Applicability

Use an Event-driven architecture when

  • you want to create a loosely coupled system
  • you want to build a more responsive system
  • you want a system that is easier to extend

Real world examples

Credits