spring-framework / org.springframework.transaction.reactive / executeAndAwait

executeAndAwait

suspend fun <T : Any> TransactionalOperator.executeAndAwait(f: suspend (ReactiveTransaction) -> T?): T?

Coroutines variant of TransactionalOperator.execute with a suspending lambda parameter.

Author
Sebastien Deleuze

Since
5.2