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

This reverts commit 0c062d3f55.
This commit is contained in:
Joseph McCarthy
2016-01-03 00:52:24 +00:00
parent 0c062d3f55
commit 0f75a0e239
4 changed files with 1 additions and 197 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/eda.png "Event Driven Architecture")
![alt text](./etc/class_diagram.png "Event Driven Architecture")
**Applicability:** Use an Event-driven architecture when