insertAndReturn

abstract infix fun <T : Any> insertAndReturn(row: T): Mono<T>
abstract fun <T : Any> insertAndReturn(vararg rows: T): Flux<T>