Uses of Class
io.vertx.ext.consul.TxnKVVerb
-
Packages that use TxnKVVerb Package Description io.vertx.ext.consul -
-
Uses of TxnKVVerb in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnKVVerb Modifier and Type Method Description TxnKVVerb
TxnKVOperation. getType()
Get the type of operation to performstatic TxnKVVerb
TxnKVVerb. ofVerb(String verb)
static TxnKVVerb
TxnKVVerb. valueOf(String name)
Returns the enum constant of this type with the specified name.static TxnKVVerb[]
TxnKVVerb. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.consul with parameters of type TxnKVVerb Modifier and Type Method Description TxnKVOperation
TxnKVOperation. setType(TxnKVVerb type)
Set the type of operation to perform
-