Uses of Class
io.vertx.sqlclient.TransactionPropagation
-
Packages that use TransactionPropagation Package Description io.vertx.sqlclient -
-
Uses of TransactionPropagation in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return TransactionPropagation Modifier and Type Method Description static TransactionPropagationTransactionPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionPropagation[]TransactionPropagation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.sqlclient with parameters of type TransactionPropagation Modifier and Type Method Description default <T> Future<T>Pool. withTransaction(TransactionPropagation txPropagation, Function<SqlConnection,Future<T>> function)LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.
-