Skip to content

Commit 0f19b47

Browse files
committed
docs: update active object readme
1 parent 7effd99 commit 0f19b47

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

active-object/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ Wikipedia says
4141
> * The implementation of the active object method.
4242
> * A callback or variable for the client to receive the result.
4343
44+
Sequence diagram
45+
46+
![Active Object sequence diagram](./etc/active-object-sequence-diagram.png)
47+
48+
4449
## Programmatic Example of Active Object in Java
4550

4651
This section explains how the Active Object design pattern works in Java, highlighting its use in asynchronous task management and concurrency control.
Loading

0 commit comments

Comments
 (0)