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
Starts the microservice.
Starts the microservice (can be awaited).
Allows navigating through the modules tree, for example, to pull out a specific instance from the selected module.
Registers exception filters as a global filters (will be used within every message pattern handler)
Registers guards as a global guards (will be used within every message pattern handler)
Registers interceptors as a global interceptors (will be used within every message pattern handler)
Registers pipes as a global pipes (will be used within every message pattern handler)
Sets custom logger service
Register Ws Adapter which will be used inside Gateways.
Use, when you want to override default socket.io
library.
Generated using TypeDoc
Terminates the application