diff --git a/event-driven-architecture/etc/class_diagram.png b/event-driven-architecture/etc/class_diagram.png new file mode 100644 index 000000000..69560e1f4 Binary files /dev/null and b/event-driven-architecture/etc/class_diagram.png differ diff --git a/event-driven-architecture/etc/eda.png b/event-driven-architecture/etc/eda.png deleted file mode 100644 index 38c433a40..000000000 Binary files a/event-driven-architecture/etc/eda.png and /dev/null differ diff --git a/event-driven-architecture/etc/eda.ucls b/event-driven-architecture/etc/eda.ucls deleted file mode 100644 index 4ddb8b20c..000000000 --- a/event-driven-architecture/etc/eda.ucls +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/event-driven-architecture/index.md b/event-driven-architecture/index.md index 6c2ae99c6..40d84004d 100644 --- a/event-driven-architecture/index.md +++ b/event-driven-architecture/index.md @@ -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