In Memory Inbound Megolm Session Repository
class InMemoryInboundMegolmSessionRepository : InMemoryMinimalRepository<InboundMegolmSessionRepositoryKey, StoredInboundMegolmSession> , InboundMegolmSessionRepository
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun save(key: InboundMegolmSessionRepositoryKey, value: StoredInboundMegolmSession)
Link copied to clipboard