Terminates the application
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
Initalizes the Nest application. Calls the Nest lifecycle events. It isn't mandatory to call this method directly.
The NestApplicationContext instance as Promise
Registers the request/context object for a given context ID (DI container sub-tree).
Resolves transient or request-scoped instance of either injectable or controller, otherwise, throws exception.
Allows navigating through the modules tree, for example, to pull out a specific instance from the selected module.
Sets custom logger service
Generated using TypeDoc
Interface defining NestApplicationContext.