In Memory Room State Repository
class InMemoryRoomStateRepository : InMemoryMapRepository<RoomStateRepositoryKey, String, ClientEvent.StateBaseEvent<*>> , RoomStateRepository
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun get(firstKey: RoomStateRepositoryKey): Map<String, ClientEvent.StateBaseEvent<*>>
abstract suspend fun get(firstKey: RoomStateRepositoryKey, secondKey: String): ClientEvent.StateBaseEvent<*>?
Link copied to clipboard
abstract suspend fun save(firstKey: RoomStateRepositoryKey, secondKey: String, value: ClientEvent.StateBaseEvent<*>)
Link copied to clipboard