Skip to content

getSyncRegistryStreams

getSyncRegistryStreams<TRegistry>(registry): EventStreamRegistry | undefined

Defined in: packages/contracts/src/registry.ts:1539

Read the Event streams (ADR-0053 decision 1) a registry was built with, or undefined when none were registered — the Event-lane twin of getSyncRegistryRowClasses. The server mounts the ingestion route and provisions one pgmq queue per entry from this; the client resolves an appendEvent payload schema through it.

TRegistry extends SyncTableRegistry

TRegistry

EventStreamRegistry | undefined