Uses of Class
io.vertx.ext.consul.TxnOperationType
-
Packages that use TxnOperationType Package Description io.vertx.ext.consul -
-
Uses of TxnOperationType in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnOperationType Modifier and Type Method Description TxnOperationType
KeyValue. getOperationType()
TxnOperationType
Service. getOperationType()
TxnOperationType
TxnKVOperation. getOperationType()
TxnOperationType
TxnOperation. getOperationType()
Returns the type of operation in a transactionTxnOperationType
TxnResult. getOperationType()
TxnOperationType
TxnServiceOperation. getOperationType()
static TxnOperationType
TxnOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TxnOperationType[]
TxnOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-