Uses of Interface
io.vertx.ext.consul.TxnOperation
-
Packages that use TxnOperation Package Description io.vertx.ext.consul -
-
Uses of TxnOperation in io.vertx.ext.consul
Classes in io.vertx.ext.consul that implement TxnOperation Modifier and Type Class Description class
TxnKVOperation
Holds operation to apply to the key/value store inside a transactionclass
TxnServiceOperation
Holds the operation to apply to the service inside a transactionMethods in io.vertx.ext.consul that return TxnOperation Modifier and Type Method Description TxnOperation
TxnRequest. getOperations(int index)
Returns the operation at the specified position in this listMethods in io.vertx.ext.consul that return types with arguments of type TxnOperation Modifier and Type Method Description List<TxnOperation>
TxnRequest. getOperations()
Returns list of transaction operationsMethods in io.vertx.ext.consul with parameters of type TxnOperation Modifier and Type Method Description TxnRequest
TxnRequest. addOperation(TxnOperation operation)
Adds operation to this request
-