mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 12:58:37 +00:00
docs: service to worker, session facade, sharding diagrams
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
## 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 doesn’t need to know the internal workings of each service.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
Reference in New Issue
Block a user