Skip to content

NotificationPipelineWakeup — @gj-kit/nest-notifications

A public interface from @gj-kit/nest-notifications/core. The signature below is taken directly from the 0.1.1 release declaration.

import { NotificationPipelineWakeup } from '@gj-kit/nest-notifications/core';
/**
* Post-commit latency hint. NOT an ingress and NOT a correctness dependency.
*
* `request()` returns nothing: there is no promise to await, no result to
* inspect, and no error to catch. A hint may be coalesced with others, dropped
* entirely, or fail silently.
*
* A periodic runner owns correctness. A host that wires only this hint will never
* deliver a batched, quiet-hours-held, or scheduled notification, because nothing
* calls the pipeline at the instant those become due (design 0.3-1).
*/
interface NotificationPipelineWakeup {
request(): void;
}

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/nest-notifications
  • Version: 0.1.1
  • Public entry: ./core
  • Source: GitHub