OutboxDatabase

abstract class OutboxDatabase : RoomDatabase

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect fun close()
Link copied to clipboard
expect fun getCoroutineScope(): CoroutineScope
Link copied to clipboard
Link copied to clipboard
abstract fun opOutboxDao(): OpOutboxDao
Link copied to clipboard
Link copied to clipboard
expect suspend fun <R> useConnection(isReadOnly: Boolean, block: suspend (Transactor) -> R): R