Uses of Enum
io.vertx.sqlclient.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient with parameters of type TransactionPropagationModifier and TypeMethodDescription<T> Maybe<T> Pool.rxWithTransaction(TransactionPropagation txPropagation, Function<SqlConnection, Maybe<T>> function) LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.<T> Maybe<T> Pool.rxWithTransaction(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.<T> Future<T> Pool.withTransaction(TransactionPropagation txPropagation, Function<SqlConnection, Maybe<T>> function) LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.<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. -
Uses of TransactionPropagation in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient with parameters of type TransactionPropagationModifier and TypeMethodDescription<T> Maybe<T> Pool.rxWithTransaction(TransactionPropagation txPropagation, Function<SqlConnection, Maybe<T>> function) LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.<T> Maybe<T> Pool.withTransaction(TransactionPropagation txPropagation, Function<SqlConnection, Maybe<T>> function) LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. -
Uses of TransactionPropagation in io.vertx.sqlclient
Subclasses with type arguments of type TransactionPropagation in io.vertx.sqlclientModifier and TypeClassDescriptionenumDefines how the acquired connection will be managed during the execution of the function provided inPool.withTransaction(TransactionPropagation, Function).Methods in io.vertx.sqlclient that return TransactionPropagationModifier and TypeMethodDescriptionstatic TransactionPropagationReturns 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 TransactionPropagationModifier and TypeMethodDescriptiondefault <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.