diff --git a/active-object/README.md b/active-object/README.md index c17cbebd7..a804ce9e6 100644 --- a/active-object/README.md +++ b/active-object/README.md @@ -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. diff --git a/active-object/etc/active-object-sequence-diagram.png b/active-object/etc/active-object-sequence-diagram.png new file mode 100644 index 000000000..b725d9b07 Binary files /dev/null and b/active-object/etc/active-object-sequence-diagram.png differ