trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store.repository
/
InMemoryInboundMegolmSessionRepository
In
Memory
Inbound
Megolm
Session
Repository
class
InMemoryInboundMegolmSessionRepository
:
InboundMegolmSessionRepository
,
InMemoryFullRepository
<
InboundMegolmSessionRepositoryKey
,
StoredInboundMegolmSession
>
Members
Constructors
In
Memory
Inbound
Megolm
Session
Repository
Link copied to clipboard
constructor
(
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
InboundMegolmSessionRepositoryKey
,
StoredInboundMegolmSession
>
>
Functions
delete
Link copied to clipboard
open
suspend
fun
delete
(
key
:
InboundMegolmSessionRepositoryKey
)
delete
All
Link copied to clipboard
open
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
open
suspend
fun
get
(
key
:
InboundMegolmSessionRepositoryKey
)
:
StoredInboundMegolmSession
?
get
All
Link copied to clipboard
open
suspend
fun
getAll
(
)
:
List
<
StoredInboundMegolmSession
>
get
By
Not
Backed
Up
Link copied to clipboard
open
suspend override
fun
getByNotBackedUp
(
)
:
Set
<
StoredInboundMegolmSession
>
save
Link copied to clipboard
open
suspend
fun
save
(
key
:
InboundMegolmSessionRepositoryKey
,
value
:
StoredInboundMegolmSession
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
InboundMegolmSessionRepositoryKey
)
:
String