| Package | Description | 
|---|---|
| io.vertx.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
TxnKVVerb | 
TxnKVOperation.getType()
Get the type of operation to perform 
 | 
static 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TxnKVOperation | 
TxnKVOperation.setType(TxnKVVerb type)
Set the type of operation to perform 
 | 
Copyright © 2020 Eclipse. All rights reserved.