fun txnRequestOf(operations: Iterable<TxnOperation>? = null): TxnRequest
A function providing a DSL for building io.vertx.ext.consul.TxnRequest objects.
Holds list of operations in transaction
operations - Adds operation to this request
operations