MopeSWTP-SS21 / MopeSWTP

MIT License
1 stars 0 forks source link

UML Sequence diagram for shutdown process #114

Open CSchoel opened 3 years ago

CSchoel commented 3 years ago

I would like to see something like an UML sequence diagram for the shutdown process that...

If my overview is correct, we should have the following threads:

We should have one diagram for each shutdown-like command line options (option 89 and option 99). For simplicity, you may visualize synchronizations through a CompletableFuture or similar shared objects as message that is directly sent from one thread to another.

manuEbg commented 3 years ago

The Shutdown UML Shutdown Diagram can be found here. It still misses the thread started here. Furthermore it only shows the FullShutdownProcess.

manuEbg commented 3 years ago

Moved this Issue from "In Progress" to "Active Sprint" so I can work on other Issues and take a little distance from the topic to return to it at another time more open minded :)