Uses of Class
io.vertx.ext.consul.TxnServiceVerb
-
Packages that use TxnServiceVerb Package Description io.vertx.ext.consul -
-
Uses of TxnServiceVerb in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnServiceVerb Modifier and Type Method Description TxnServiceVerb
TxnServiceOperation. getType()
Get the type of operation to performstatic TxnServiceVerb
TxnServiceVerb. ofVerb(String verb)
static TxnServiceVerb
TxnServiceVerb. valueOf(String name)
Returns the enum constant of this type with the specified name.static TxnServiceVerb[]
TxnServiceVerb. 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 TxnServiceVerb Modifier and Type Method Description TxnServiceOperation
TxnServiceOperation. setType(TxnServiceVerb type)
Set the type of operation to perform
-