Beignet API reference
    Preparing search index...

    Interface CreateInngestJobsProviderClientOptions

    Injected-client options for the Inngest jobs provider factory.

    interface CreateInngestJobsProviderClientOptions {
        appName?: undefined;
        client: Inngest;
        eventKey?: undefined;
    }
    Index
    appName?: undefined

    Provider-owned app-name config is unavailable with an injected client.

    client: Inngest

    App-owned client shared by dispatch and function registration.

    eventKey?: undefined

    Provider-owned event-key config is unavailable with an injected client.