UNPKG

@ydbjs/topic

Version:

YDB Topics client for publish-subscribe messaging. Provides at-least-once delivery, exactly-once publishing, FIFO guarantees, and scalable message processing for unstructured data.

6 lines 173 B
export type TX = { sessionId: string; transactionId: string; registerPrecommitHook: (fn: () => Promise<void> | void) => void; }; //# sourceMappingURL=tx.d.ts.map