@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 • 413 B
TypeScript
import type { StreamReadMessage_FromClient, StreamReadMessage_InitResponse } from '@ydbjs/api/topic';
import type { AsyncPriorityQueue } from '../queue.js';
export declare let _on_init_response: (ctx: {
readonly outgoingQueue: AsyncPriorityQueue<StreamReadMessage_FromClient>;
readonly freeBufferSize: bigint;
}, input: StreamReadMessage_InitResponse) => void;
//# sourceMappingURL=_init_response.d.ts.map