Beignet API reference
    Preparing search index...

    Interface QueuedNotificationsProviderOptions<Name, Ctx>

    Options for the queued notifications provider.

    interface QueuedNotificationsProviderOptions<Name extends string, Ctx> {
        deliveryJob: NotificationDeliveryJob<Name, Ctx>;
        name?: string;
    }

    Type Parameters

    • Name extends string
    • Ctx
    Index

    Registered notification delivery job.

    name?: string

    Provider name. Defaults to "queued-notifications".