trixnity-client
3.0.0-beta3
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
OutboundMegolmSessionRepository
Outbound
Megolm
Session
Repository
interface
OutboundMegolmSessionRepository
:
MinimalStoreRepository
<
RoomId
,
StoredOutboundMegolmSession
>
Functions
Inheritors
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
)
Inheritors
InMemoryOutboundMegolmSessionRepository
Link copied to clipboard