Revert "Revert "Add class diagram for #113 and to be included in PR #299""

This reverts commit 0f75a0e239.
This commit is contained in:
Joseph McCarthy
2016-01-03 00:55:04 +00:00
parent d6719729b9
commit bea1a0d6d9
4 changed files with 197 additions and 1 deletions

View File

@ -6,7 +6,7 @@ permalink: /patterns/event-driven-architecture
**Intent:** Send and notify state changes of your objects to other applications using an Event-driven Architecture.
![alt text](./etc/class_diagram.png "Event Driven Architecture")
![alt text](./etc/eda.png "Event Driven Architecture")
**Applicability:** Use an Event-driven architecture when