Protected
Readonly
initializedProtected
Readonly
localizationProtected
Readonly
localizationCalled during the initialization of the backend application. Use this for functionality which has to run as early as possible.
The implementation may be async, however it will still block the initialization step until it's resolved.
either undefined
or a Promise resolving to undefined
.
Contribution for hooking into the backend lifecycle:
initialize()
configure(expressApp)
onStart(httpServer)
onStop()