Roles allow runtime configuration of which outward facing services to start. For instance WebServerModule and TasksModule both register their respective roles, so that they can be easily turned on and off when the application is called.
Calculate the exact list of roles the configuration currently applies to.
Configure which roles should be run by this service
Register a role which can be managed by this service.
Generated using TypeDoc
Roles allow runtime configuration of which outward facing services to start. For instance WebServerModule and TasksModule both register their respective roles, so that they can be easily turned on and off when the application is called.