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 177 B
import type { TopicReaderState } from "./types.js"; export declare let _consume_stream: (state: TopicReaderState) => Promise<void>; //# sourceMappingURL=_consume_stream.d.ts.map