Class RunOptionsBase

java.lang.Object
io.quarkus.narayana.jta.RunOptionsBase
Direct Known Subclasses:
RunOptions, TransactionRunnerImpl

class RunOptionsBase extends Object
An abstract base for both RunOptions and TransactionRunnerImpl.

Necessary because having RunOptions extend TransactionRunnerImpl., or the other way around, results in signature conflicts in exceptionHandler(Function).