Uses of Class
io.vertx.ext.consul.TxnResponse
Packages that use TxnResponse
-
Uses of TxnResponse in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return TxnResponseModifier and TypeMethodDescriptionAdds error to this responseAdds result to this responseMethods in io.vertx.ext.consul that return types with arguments of type TxnResponseModifier and TypeMethodDescriptionConsulClient.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 TxnResponseModifier and TypeMethodDescriptionConsulClient.rxTransaction(TxnRequest request) Manages multiple operations inside a single, atomic transaction.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 TxnResponseModifier and TypeMethodDescriptionConsulClient.rxTransaction(TxnRequest request) Manages multiple operations inside a single, atomic transaction.ConsulClient.transaction(TxnRequest request) Manages multiple operations inside a single, atomic transaction.