Skip to content

Commit 2e40cc0

Browse files
committed
docs: add eda architecture diagram
1 parent 4e16d4b commit 2e40cc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: event-driven-architecture/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Wikipedia says
3838

3939
> Event-driven architecture (EDA) is a software architecture paradigm concerning the production and detection of events.
4040
41+
Architecture diagram
42+
43+
![EDA Architecture Diagram](./etc/eda-architecture-diagram.png)
44+
4145
## Programmatic Example of Event-Driven Architecture in Java
4246

4347
The Event-Driven Architecture (EDA) pattern in this module is implemented using several key classes and concepts:
@@ -153,10 +157,6 @@ Running the example produces the following console output:
153157

154158
This example demonstrates the Event-Driven Architecture pattern, where the occurrence of events drives the flow of the program. The system is designed to respond to events as they occur, which allows for a high degree of flexibility and decoupling between components.
155159

156-
## Detailed Explanation of Event-Driven Architecture Pattern with Real-World Examples
157-
158-
![Event-Driven Architecture](./etc/eda.png "Event-Driven Architecture")
159-
160160
## When to Use the Event-Driven Architecture Pattern in Java
161161

162162
Use an Event-driven architecture when
85.8 KB
Loading

0 commit comments

Comments
 (0)