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.

4 lines 250 B
import type { TopicMessage } from '../message.js'; import type { TopicReaderState } from './types.js'; export declare let _commit: (state: TopicReaderState, input: TopicMessage | TopicMessage[]) => Promise<void>; //# sourceMappingURL=_commit.d.ts.map