Function: registerCreateAndLinkHandler()
Makaio Framework / services-core / registerCreateAndLinkHandler
Function: registerCreateAndLinkHandler()
Section titled “Function: registerCreateAndLinkHandler()”registerCreateAndLinkHandler(
bus): () =>void
Defined in: ../../../packages/services/core/src/session/adapter-sessions/handlers.ts:363
Register a bus handler for the createAndLink subject.
Exposes createAndLinkImportedSession as a bus RPC so cross-package
callers (e.g., @makaio/services-log-import) can invoke it without a
direct import dependency on @makaio/services-core/session.
Parameters
Section titled “Parameters”The bus instance to register the handler on
Returns
Section titled “Returns”Cleanup function to unsubscribe the handler
() => void