CatgirlIntelligenceAgency/code/services-core/control-service
2023-08-15 10:53:23 +02:00
..
src (mq) Refactor mq and actor library and move it to libraries out of common 2023-08-15 10:53:23 +02:00
build.gradle (mq) Refactor mq and actor library and move it to libraries out of common 2023-08-15 10:53:23 +02:00
readme.md (control) More informative readme.md 2023-08-09 12:42:23 +02:00

Control Service

The control service provides an operator's user interface, and is responsible for orchestrating the various processes of the system using Actors.

Actors within the control service will spawn processes when necessary, by monitoring their message queue inboxes.

Central Classes

See Also