MarginaliaSearch/code/services-core/control-service
Viktor Lofgren d8956c51d0 (refactor) Remove api:search-api
Application services should not have an API, but purely act as clients
to the core services (which should always have an API).
2023-10-09 14:42:33 +02:00
..
src (refactor) Remove api:search-api 2023-10-09 14:42:33 +02:00
build.gradle (refactor) Remove api:search-api 2023-10-09 14:42:33 +02: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