Beignet API reference
    Preparing search index...

    Interface QueuedNotificationDispatcherOptions<Name, Ctx>

    Options for a notification dispatcher backed by Beignet jobs.

    interface QueuedNotificationDispatcherOptions<Name extends string, Ctx> {
        deliveryJob: NotificationDeliveryJob<Name, Ctx>;
        instrumentation?: ProviderInstrumentationTarget;
        jobs: JobDispatcher;
    }

    Type Parameters

    • Name extends string
    • Ctx
    Index

    Registered notification delivery job.

    Optional devtools/provider instrumentation target.

    Job dispatcher used to enqueue one delivery job per channel.