cfarrugia 898f3a428c #113 Event Driven Architecture
Fixed a typo in index.md
2015-12-02 01:43:34 +01: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: