Function: registerCreateSessionHandler()
Makaio Framework / services-core/session/testing/orchestrator-shared / registerCreateSessionHandler
Function: registerCreateSessionHandler()
Section titled “Function: registerCreateSessionHandler()”registerCreateSessionHandler(
sessions):UnsubscribeFunction
Defined in: ../../../packages/services/core/src/session/testing/orchestrator-shared.ts:65
Register a bus handler for session.create that stores sessions in the provided map.
Parameters
Section titled “Parameters”sessions
Section titled “sessions”Map<string, IMakaioSession>
Map to store created sessions
Returns
Section titled “Returns”Unsubscribe function