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.

7 lines 337 B
import { type StreamWriteMessage_FromClient } from '@ydbjs/api/topic'; import type { AsyncPriorityQueue } from '../queue.js'; export declare const _send_update_token_request: (ctx: { readonly queue: AsyncPriorityQueue<StreamWriteMessage_FromClient>; readonly token: string; }) => void; //# sourceMappingURL=_update_token.d.ts.map