Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<InboundMegolmSessionRepositoryKey, StoredInboundMegolmSession>>

Functions

Link copied to clipboard
abstract suspend fun delete(key: InboundMegolmSessionRepositoryKey)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: InboundMegolmSessionRepositoryKey): StoredInboundMegolmSession?
Link copied to clipboard
open suspend override fun getByNotBackedUp(): Set<StoredInboundMegolmSession>
Link copied to clipboard
abstract suspend fun save(key: InboundMegolmSessionRepositoryKey, value: StoredInboundMegolmSession)
Link copied to clipboard