Function: nextCorrelationId()
ts
function nextCorrelationId(): string;Defined in: src/batteries/isolation/protocol.ts:78
Monotonic id generator shared by both endpoints (module-scoped counter — fine across many instances in one realm since ids are only ever compared within a single connection).
Returns
string