Uses of Class
io.quarkus.narayana.jta.RunOptions.ExceptionResult
-
Packages that use RunOptions.ExceptionResult Package Description io.quarkus.narayana.jta -
-
Uses of RunOptions.ExceptionResult in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta with type parameters of type RunOptions.ExceptionResult Modifier and Type Field Description static Function<Throwable,RunOptions.ExceptionResult>RequestScopedTransaction. DEFAULT_HANDLERMethods in io.quarkus.narayana.jta that return RunOptions.ExceptionResult Modifier and Type Method Description static RunOptions.ExceptionResultRunOptions.ExceptionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static RunOptions.ExceptionResult[]RunOptions.ExceptionResult. 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 RunOptions.ExceptionResult Modifier and Type Method Description RunOptionsRunOptions. 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.
-