@creator.co/wapi - v1.8.1
    Preparing search index...

    Type Alias EventProcessorExecution<ResponseInnerType>

    EventProcessorExecution: (
        transaction: default<
            null,
            ResponseInnerType
            | ResponseErrorType,
            SQSBatchResponse | null,
        >,
        recordContent: string | object,
    ) => Promise<
        default<ResponseInnerType | ResponseErrorType>
        | SQSBatchResponse
        | null,
    >

    Type definition for an event processor execution function.

    Type Parameters

    • ResponseInnerType

    Type declaration