Protected
Readonly
connectionsProtected
Readonly
copyProtected
Readonly
remoteWorkaround for the fact that connection scoped services cannot directly inject these services.
Called when the backend application shuts down. Contributions must perform only synchronous operations. Any kind of additional asynchronous work queued in the event loop will be ignored and abandoned.
Contribution for hooking into the backend lifecycle:
initialize()
configure(expressApp)
onStart(httpServer)
onStop()