docs: update active object readme

This commit is contained in:
Ilkka Seppälä
2025-03-23 21:04:37 +02:00
parent 7effd99f0d
commit 0f19b475b2
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -41,6 +41,11 @@ Wikipedia says
> * The implementation of the active object method.
> * A callback or variable for the client to receive the result.
Sequence diagram
![Active Object sequence diagram](./etc/active-object-sequence-diagram.png)
## Programmatic Example of Active Object in Java
This section explains how the Active Object design pattern works in Java, highlighting its use in asynchronous task management and concurrency control.