as is
@TransactionRollbackHandler
fun handleRollbackEvent(rollbackEvent: TransactionRollbackEvent) : Mono<Unit>
to be
@TransactionRollbackHandler
fun handleRollbackEvent(rollbackEvent: TransactionRollbackEvent) : Mono<Unit>
@TransactionRollbackHandler
fun handleRollbackEventWithNoPublisher(rollbackEvent: TransactionRollbackEvent)
as is
to be