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.

9 lines 398 B
import { type StreamWriteMessage_FromClient } from "@ydbjs/api/topic"; import type { AsyncPriorityQueue } from "../queue.js"; export declare const _send_init_request: (ctx: { readonly queue: AsyncPriorityQueue<StreamWriteMessage_FromClient>; readonly topic: string; readonly producer?: string; readonly getLastSeqNo?: boolean; }) => void; //# sourceMappingURL=_init_request.d.ts.map