Uses of Class
io.quarkus.narayana.jta.RunOptions
Packages that use RunOptions
-
Uses of RunOptions in io.quarkus.narayana.jta
Methods in io.quarkus.narayana.jta that return RunOptionsModifier and TypeMethodDescriptionRunOptions.exceptionHandler(Function<Throwable, RunOptions.ExceptionResult> handler) Deprecated.Provides an exception handler that can make a decision to rollback or commit based on the type of exception.static RunOptionsQuarkusTransaction.runOptions()Deprecated.RunOptions.semantic(RunOptions.Semantic semantic) Deprecated.Sets the transaction semantics that is used to determine the action to take if a transaction is already active.RunOptions.timeout(int seconds) Deprecated.Sets the transaction timeout for transactions created by this builder.Methods in io.quarkus.narayana.jta with parameters of type RunOptionsModifier and TypeMethodDescriptionstatic <T> TQuarkusTransaction.call(RunOptions options, Callable<T> task) static voidQuarkusTransaction.run(RunOptions options, Runnable task)
QuarkusTransaction.requiringNew(),QuarkusTransaction.joiningExisting(),QuarkusTransaction.disallowingExisting(),QuarkusTransaction.suspendingExisting()orQuarkusTransaction.runner(TransactionSemantics)instead.