Uses of Class
io.quarkus.narayana.jta.TransactionExceptionResult
-
Packages that use TransactionExceptionResult Package Description io.quarkus.narayana.jta -
-
Uses of TransactionExceptionResult in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta with type parameters of type TransactionExceptionResult Modifier and Type Field Description (package private) Function<Throwable,TransactionExceptionResult>RunOptionsBase. exceptionHandlerMethods in io.quarkus.narayana.jta that return TransactionExceptionResult Modifier and Type Method Description static TransactionExceptionResultTransactionExceptionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionExceptionResult[]TransactionExceptionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.quarkus.narayana.jta with type arguments of type TransactionExceptionResult Modifier and Type Method Description TransactionRunnerImplTransactionRunnerImpl. exceptionHandler(Function<Throwable,TransactionExceptionResult> handler)TransactionRunnerOptionsTransactionRunnerOptions. exceptionHandler(Function<Throwable,TransactionExceptionResult> handler)Provides an exception handler that can make a decision to rollback or commit based on the type of exception.(package private) RunOptionsBaseRunOptionsBase. setExceptionHandler(Function<Throwable,TransactionExceptionResult> handler)
-