InMemoryOutboundMegolmSessionRepository

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<RoomId, StoredOutboundMegolmSession>>

Functions

Link copied to clipboard
abstract suspend fun delete(key: RoomId)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: RoomId): StoredOutboundMegolmSession?
Link copied to clipboard
abstract suspend fun save(key: RoomId, value: StoredOutboundMegolmSession)
Link copied to clipboard
open override fun serializeKey(key: RoomId): String