API Reference

ISequenceWithIdinterface

Represents one sequence payload and its generated id, with dispose support. Always call dispose() when finished to prevent memory leaks.

Overview

Generates deterministic sequence-id handles per context and manages their lifecycle.

Declaration

export interface ISequenceWithId extends IISequenceWithIdData, IDisposable {}

Import

import type { ISequenceWithId } from '@rs-x/core';