Beignet API reference
    Preparing search index...

    Interface InlineJobDispatcher<Ctx>

    Local/test job dispatcher that executes job handlers inline.

    interface InlineJobDispatcher<Ctx = unknown> {
        dispatch<J extends JobDef<string, StandardSchema, Ctx>>(
            job: J,
            payload: InferJobPayload<J>,
        ): Promise<void>;
    }

    Type Parameters

    • Ctx = unknown
    Index

    Methods

    Methods