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
Generated using TypeDoc
Calls the
onApplicationBootstrap
function on the registered modules and its children.