Uses of Enum
io.vertx.ext.consul.TxnServiceVerb
Packages that use TxnServiceVerb
-
Uses of TxnServiceVerb in io.vertx.ext.consul
Subclasses with type arguments of type TxnServiceVerb in io.vertx.ext.consulModifier and TypeClassDescriptionenumHolds the type of Service operation in transactionMethods in io.vertx.ext.consul that return TxnServiceVerbModifier and TypeMethodDescriptionTxnServiceOperation.getType()Get the type of operation to performstatic TxnServiceVerbstatic TxnServiceVerbReturns 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 TxnServiceVerbModifier and TypeMethodDescriptionTxnServiceOperation.setType(TxnServiceVerb type) Set the type of operation to perform