AbstractStatic ReadonlybackupAll backup resources registered with @Backup.
Static ReadonlybodyAll body parsers registered with @BodyParser.
Static ReadonlycontrollerAll controllers registered with @Controller.
Static ReadonlydataAll datasources registered with @DataSource.
Static ReadonlyentityAll entities registered with @Entity.
Static ReadonlyinjectablesAll injectables registered eg. Via @Injectable.
Static ReadonlyuserAll user repositories registered with @UserRepo.
Static ReadonlywebsocketAll websocket controllers registered with @WebsocketController.
StaticgetStaticisChecks if the app is created.
True when the app has the state of created, false otherwise.
StaticisChecks if the app is initialized.
True when the app has the state of initialized, false otherwise.
StaticisChecks if the app is running.
True when the app has the state of running, false otherwise.
StaticmarkMarks the app as created.
StaticmarkMarks the app as initialized.
StaticmarkMarks the app as running.
StaticsetSets the app data.
The application options provided from index.ts.
A registry for handling global state.