R2dbcScope

class R2dbcScope(dispatcher: CoroutineDispatcher?) : CoroutineScope

Class responsible for managing the scope of the underlying R2DBC database connection object.

Constructors

Link copied to clipboard
constructor(dispatcher: CoroutineDispatcher?)

Properties

Link copied to clipboard