Package dmx.fun.quarkus


package dmx.fun.quarkus
  • Class
    Description
    CDI interceptor that backs TransactionalResult and TransactionalTry.
    Declarative transaction annotation for methods that return Result.
    Declarative transaction annotation for methods that return Try.
    CDI bean that executes a Result-returning action inside a JTA-managed transaction, automatically rolling back when the result represents a failure.
    CDI bean that executes a Try-returning action inside a JTA-managed transaction, automatically rolling back when the result represents a failure.