Skip to content

Commit 35bae7e

Browse files
committed
docs: add anti-corruption layer sequence diagram
1 parent bd62282 commit 35bae7e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

anti-corruption-layer/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ In plain words
4444

4545
> Implement a façade or adapter layer between different subsystems that don't share the same semantics. This layer translates requests that one subsystem makes to the other subsystem. Use this pattern to ensure that an application's design is not limited by dependencies on outside subsystems. This pattern was first described by Eric Evans in Domain-Driven Design.
4646
47+
Sequence diagram
48+
49+
![Anti-Corruption Layer sequence diagram](./etc/anti-corruption-layer-sequence-diagram.png "Anti-Corruption Layer sequence diagram")
50+
4751
## Programmatic Example of Anti-Corruption Layer Pattern in Java
4852

4953
The ACL design pattern in Java provides an intermediary layer that translates data formats, ensuring that integration between different systems does not lead to data corruption.
Loading

0 commit comments

Comments
 (0)