Uses of Enum Class
io.quarkus.narayana.jta.TransactionExceptionResult
Packages that use TransactionExceptionResult
-
Uses of TransactionExceptionResult in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta with type parameters of type TransactionExceptionResultModifier and TypeFieldDescription(package private) Function<Throwable, TransactionExceptionResult> RunOptionsBase.exceptionHandlerMethods in io.quarkus.narayana.jta that return TransactionExceptionResultModifier and TypeMethodDescriptionstatic TransactionExceptionResultReturns the enum constant of this class with the specified name.static TransactionExceptionResult[]TransactionExceptionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.quarkus.narayana.jta with type arguments of type TransactionExceptionResultModifier and TypeMethodDescriptionTransactionRunnerImpl.exceptionHandler(Function<Throwable, TransactionExceptionResult> handler) TransactionRunnerOptions.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)