Construct a registry bound to the controller's root event bus.
The bus is forwarded to every projection's open() so root-scoped
projections can avoid opening a second server subscription when
their channel set is already covered by the root pump.
constructor(rootBus: RootEventBus): ChannelRegistry| Name | Type | Description |
|---|---|---|
rootBus* | RootEventBus | Read-only fan-out of the root subscription. |