docs: service to worker, session facade, sharding diagrams

This commit is contained in:
Ilkka Seppälä
2025-04-10 20:43:16 +03:00
parent 73a582867a
commit e5485dafa9
6 changed files with 12 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@ In plain words
> The Session Facade design pattern is an excellent choice for decoupling complex components of the system that need to be interacting frequently.
Sequence diagram
![Session Facade sequence diagram](./etc/session-facade-sequence-diagram.png)
## Programmatic Example of Session Facade Pattern in Java
The Session Facade design pattern is a structural design pattern that provides a simplified interface to a set of complex subsystems, reducing the complexity for the client. This pattern is particularly useful in situations where the client needs to interact with multiple services or systems but doesnt need to know the internal workings of each service.
Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB