Uses of Class
io.vertx.ext.consul.TxnResponse
-
Packages that use TxnResponse Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of TxnResponse in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnResponse Modifier and Type Method Description TxnResponse
TxnResponse. addError(TxnError error)
Adds error to this responseTxnResponse
TxnResponse. addResult(TxnResult result)
Adds result to this responseMethods in io.vertx.ext.consul that return types with arguments of type TxnResponse Modifier and Type Method Description Future<TxnResponse>
ConsulClient. transaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction. -
Uses of TxnResponse in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type TxnResponse Modifier and Type Method Description Single<TxnResponse>
ConsulClient. rxTransaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction.Future<TxnResponse>
ConsulClient. transaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction. -
Uses of TxnResponse in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type TxnResponse Modifier and Type Method Description Single<TxnResponse>
ConsulClient. rxTransaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction.Single<TxnResponse>
ConsulClient. transaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction.
-