Abstract
Static
Readonly
bodyAll body parsers registered with @BodyParser.
Static
Readonly
controllerAll controllers registered with @Controller.
Static
Readonly
dataAll datasources registered with @DataSource.
Static
Readonly
entityAll entities registered with @Entity.
Static
Readonly
injectablesAll injectables registered eg. Via @Injectable.
Static
Readonly
userAll user repositories registered with @UserRepo.
Static
getStatic
isChecks if the app is created.
True when the app has the state of created, false otherwise.
Static
isChecks if the app is initialized.
True when the app has the state of initialized, false otherwise.
Static
isChecks if the app is running.
True when the app has the state of running, false otherwise.
Static
markMarks the app as created.
Static
markMarks the app as initialized.
Static
markMarks the app as running.
Static
setSets the app data.
The application options provided from index.ts.
A registry for handling global state.