Calls the beforeApplicationShutdown
function on the registered
modules and children.
Calls the onApplicationBootstrap
function on the registered
modules and its children.
Calls the onModuleDestroy
function on the registered
modules and its children.
Calls the onModuleInit
function on the registered
modules and its children.
Calls the onApplicationShutdown
function on the registered
modules and children.
Enables the usage of shutdown hooks. Will call the
onApplicationShutdown
function of a provider if the
process receives a shutdown signal.
The Nest application context instance
Listens to shutdown signals by listening to process events
The system signals it should listen to
Unsubscribes from shutdown signals (process events)
Generated using TypeDoc