Reference
Overview
The full API surface — every module option, the lifecycle events and error policy, and the fake plus assertions you test against.
- Configuration — every
NotificationsModule.forRootandforRootAsyncoption, the three lifecycle events, the error policy, and the error classes. - Testing — assert what your code would send without delivering
anything, with
NotificationFakeand its assertions from@dudousxd/nestjs-notifications-testing.
Diagnostics integration
Put every notification on the Aviary diagnostics bus with one import. React to send/sent/failed across the ecosystem via @OnDiagnostic or getChannel — typed, no call-site changes.
Configuration
Every NotificationsModule.forRoot and forRootAsync option, the three lifecycle events, the error policy, and the error classes — the full reference for wiring the core.