File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ ZDL is a Domain Specific Language (DSL) for Event-Driven Architectures. With Dom
1717- And because it's machine-friendly it can be parsed and converted into multiple software artifacts like:
1818 - documentation, drawings, API definitions like OpenAPI and AsyncAPI v2/v3 and multiple backend implementations and its tests.
1919
20+ ![ EventStorming ZDL] ( docs/EvenStorming-ZDL.png )
21+
2022Usage:
2123
2224* Java:
@@ -48,10 +50,7 @@ const zdlContent = "...";
4850const model = parseZdl (zdlContent);
4951```
5052
51- Further reading:
53+ * Further reading:
5254- [ ZDL Domain Language Reference] ( https://zenwave360.github.io/docs/event-driven-design/zenwave-domain-language )
5355- [ ZenWave SDK] ( https://zenwave360.github.io/zenwave-sdk/ )
5456- [ ZenWave Editor for IntelliJ] ( https://zenwave360.github.io/plugin/ )
55-
56- ![ EventStorming ZDL] ( docs/EvenStorming-ZDL.png )
57-
You can’t perform that action at this time.
0 commit comments