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

This commit is contained in:
Joseph McCarthy
2016-01-03 00:01:43 +00:00
parent 248ea5191a
commit 0c062d3f55
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