Inbound Megolm Session Repository
interface InboundMegolmSessionRepository : MinimalRepository<InboundMegolmSessionRepositoryKey, StoredInboundMegolmSession>
Inheritors
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