trixnity-client
3.0.0-beta2
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryOutboundMegolmSessionRepository
In
Memory
Outbound
Megolm
Session
Repository
class
InMemoryOutboundMegolmSessionRepository
:
InMemoryMinimalStoreRepository
<
RoomId
,
StoredOutboundMegolmSession
>
,
OutboundMegolmSessionRepository
Constructors
Functions
Properties
Constructors
In
Memory
Outbound
Megolm
Session
Repository
Link copied to clipboard
fun
InMemoryOutboundMegolmSessionRepository
(
)
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
RoomId
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
RoomId
)
:
StoredOutboundMegolmSession
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
RoomId
,
value
:
StoredOutboundMegolmSession
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
RoomId
,
StoredOutboundMegolmSession
>
>