transactionalMulti

abstract fun <T : Any> transactionalMulti(block: (VertxTransaction) -> Multi<T>): Multi<T>