Uses of Enum
io.vertx.ext.consul.TxnOperationType
Packages that use TxnOperationType
-
Uses of TxnOperationType in io.vertx.ext.consul
Subclasses with type arguments of type TxnOperationType in io.vertx.ext.consulModifier and TypeClassDescriptionenumRepresents the type of operation in a transaction.Methods in io.vertx.ext.consul that return TxnOperationTypeModifier and TypeMethodDescriptionKeyValue.getOperationType()Service.getOperationType()TxnKVOperation.getOperationType()TxnOperation.getOperationType()Returns the type of operation in a transactionTxnResult.getOperationType()TxnServiceOperation.getOperationType()static TxnOperationTypeReturns 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.