MarginaliaSearch/code/services-core/control-service
Viktor Lofgren 5ed5298409 (converter) Update confusing state description
SWAP_LEXICON doesn't instruct the index service to do anything.  It just moves the file.
2023-08-24 18:56:49 +02:00
..
src (converter) Update confusing state description 2023-08-24 18:56:49 +02:00
build.gradle Upgrade antique lombok plugin 2023-08-23 14:34:32 +00:00
readme.md (docs) Fix dead links to message-queue after moving it to libraries 2023-08-15 19:26:40 +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