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.

6 lines 381 B
import type { StreamReadMessage_EndPartitionSession } from '@ydbjs/api/topic'; import type { TopicPartitionSession } from '../partition-session.js'; export declare let _on_end_partition_session: (ctx: { readonly partitionSessions: Map<bigint, TopicPartitionSession>; }, input: StreamReadMessage_EndPartitionSession) => void; //# sourceMappingURL=_end_partition_session.d.ts.map