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.

3 lines 187 B
import type { TopicTxReaderState } from "./types.js"; export declare let _consume_stream_tx: (state: TopicTxReaderState) => Promise<void>; //# sourceMappingURL=_consume_stream_tx.d.ts.map