@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 • 376 B
TypeScript
import { type StreamReadMessage_FromClient } from '@ydbjs/api/topic';
import type { AsyncPriorityQueue } from '../queue.js';
export declare let _send_stop_partition_session_response: (ctx: {
readonly queue: AsyncPriorityQueue<StreamReadMessage_FromClient>;
readonly partitionSessionId: bigint;
}) => void;
//# sourceMappingURL=_stop_partition_session_response.d.ts.map