Plugin Lifecycle Hooks
Understand the plugin initialization and teardown lifecycle.
Lifecycle Phases
NestJS Lifecycle Hooks
| Hook | When Called |
|---|---|
onModuleInit() | After module instantiation |
onApplicationBootstrap() | After all modules initialized |
onModuleDestroy() | Before module teardown |
beforeApplicationShutdown() | Before app stops |