Initial commit - Event Planner application
This commit is contained in:
11
node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts
generated
vendored
Normal file
11
node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Interface defining method to respond to system signals (when application gets
|
||||
* shutdown by, e.g., SIGTERM)
|
||||
*
|
||||
* @see [Lifecycle Events](https://docs.nestjs.com/fundamentals/lifecycle-events)
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export interface OnApplicationShutdown {
|
||||
onApplicationShutdown(signal?: string): any;
|
||||
}
|
||||
Reference in New Issue
Block a user