Joseph McCarthy bea1a0d6d9 Revert "Revert "Add class diagram for #113 and to be included in PR #299""
This reverts commit 0f75a0e23961d3528c716874d74615b88230201f.
2016-01-03 00:55:04 +00:00

1.6 KiB

layout: pattern title: Event Driven Architecture folder: event-driven-architecture permalink: /patterns/event-driven-architecture

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

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: