Beignet API reference
    Preparing search index...

    Interface NotificationRegistry<Ctx>

    Notification definitions available to durable delivery workers.

    interface NotificationRegistry<Ctx = unknown> {
        definitions: readonly NotificationDef<string, StandardSchema, Ctx>[];
        get(name: string): NotificationDef<string, StandardSchema, Ctx> | undefined;
    }

    Type Parameters

    • Ctx = unknown
    Index
    definitions: readonly NotificationDef<string, StandardSchema, Ctx>[]

    Registered definitions in declaration order.