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.
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry
Parameters
Section titled “Parameters”registry
Section titled “registry”TRegistry
Returns
Section titled “Returns”EventStreamRegistry | undefined