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

    Type Alias TransactionConfig

    Represents the configuration options for a transaction.

    type TransactionConfig = {
        logger?: LoggerConfig;
        publisher?: PublisherConfig;
        skipCleanTmp?: boolean;
        syncReturn?: boolean;
        throwOnErrors?: boolean;
    }
    Index

    Properties

    logger?: LoggerConfig

    The configuration options for the logger.

    publisher?: PublisherConfig

    The configuration options for the publisher.

    skipCleanTmp?: boolean

    Whether to skip cleaning the temporary folder, in EventProcessor.

    syncReturn?: boolean

    Whether to return the result of the transaction synchronously.

    throwOnErrors?: boolean

    Whether to throw an error if there are any errors during the transaction.