AbstractStatic ReadonlybackupAll backup resources registered with @Backup.
Static ReadonlybodyAll body parsers registered with @BodyParser.
Static ReadonlycontrollerAll controllers registered with @Controller.
Static ReadonlyentityAll entities registered with @Entity.
Static ReadonlyinjectablesAll injectables registered eg. Via @Injectable.
Static ReadonlylazyAll injectables registered via @Injectable but with the { register: 'onUse' } flag.
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 AppState.CREATED, false otherwise.
StaticisChecks if the app is initialized.
True when the app has the state of AppState.INITIALIZED, false otherwise.
StaticisChecks if the app is shutting down.
True when the app has the state of AppState.SHUTTING_DOWN, false otherwise.
StaticisChecks if the app has been started.
True when the app has the state of AppState.STARTED, false otherwise.
StaticmarkMarks the app as created.
StaticmarkMarks the app as initialized.
StaticmarkMarks the app as shutting down.
StaticmarkMarks the app as started.
StaticsetSets the app data.
The application options provided from index.ts.
A registry for handling global state.