Uses of Interface
io.vertx.ext.consul.TxnResult
-
Packages that use TxnResult Package Description io.vertx.ext.consul -
-
Uses of TxnResult in io.vertx.ext.consul
Classes in io.vertx.ext.consul that implement TxnResult Modifier and Type Class Description class
KeyValue
Represents key/value pair stored in Consulclass
Service
Holds properties of service and node that its containingMethods in io.vertx.ext.consul that return TxnResult Modifier and Type Method Description TxnResult
TxnResponse. getResult(int index)
Returns the result at the specified position in this listMethods in io.vertx.ext.consul that return types with arguments of type TxnResult Modifier and Type Method Description List<TxnResult>
TxnResponse. getResults()
Returns list of transaction resultsMethods in io.vertx.ext.consul with parameters of type TxnResult Modifier and Type Method Description TxnResponse
TxnResponse. addResult(TxnResult result)
Adds result to this response
-