UNPKG

pg-transactional-outbox

Version:

A PostgreSQL based transactional outbox and inbox pattern implementation to support exactly once message processing (with at least once message delivery).

11 lines 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultMessageProcessingTransactionLevelStrategy = void 0; /** * Get the default message processing transaction level strategy */ const defaultMessageProcessingTransactionLevelStrategy = () => () => { return undefined; }; exports.defaultMessageProcessingTransactionLevelStrategy = defaultMessageProcessingTransactionLevelStrategy; //# sourceMappingURL=message-processing-transaction-level-strategy.js.map