Uses of Enum Class
io.quarkus.narayana.jta.RunOptions.ExceptionResult
Packages that use RunOptions.ExceptionResult
-
Uses of RunOptions.ExceptionResult in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta with type parameters of type RunOptions.ExceptionResultModifier and TypeFieldDescriptionstatic final Function<Throwable, RunOptions.ExceptionResult> RequestScopedTransaction.DEFAULT_HANDLERMethods in io.quarkus.narayana.jta that return RunOptions.ExceptionResultModifier and TypeMethodDescriptionstatic RunOptions.ExceptionResultReturns the enum constant of this class with the specified name.static RunOptions.ExceptionResult[]RunOptions.ExceptionResult.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 RunOptions.ExceptionResultModifier 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.