Package org.springframework.transaction.reactive
Functions
Link copied to clipboard
suspend fun <T : Any> TransactionalOperator.executeAndAwait(f: suspend (ReactiveTransaction) -> T?): T?
Content copied to clipboard
Coroutines variant of TransactionalOperator.execute with a suspending lambda parameter.
Link copied to clipboard
fun <T : Any> Flow<T>.transactional(operator: TransactionalOperator): Flow<T>
Content copied to clipboard
Coroutines variant of TransactionalOperator.transactional as a Flow extension.