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).
7 lines • 397 B
TypeScript
import { ReplicationConcurrencyController } from './concurrency-controller';
/**
* This controller allows full concurrency without any locking mechanism
* @returns The controller with "empty" acquire and release functions
*/
export declare const createReplicationFullConcurrencyController: () => ReplicationConcurrencyController;
//# sourceMappingURL=create-full-concurrency-controller.d.ts.map