Module dmx.fun.quarkus


module dmx.fun.quarkus
Quarkus integration for dmx-fun types.

Provides CDI-based programmatic transaction support (TxResult, TxTry) and declarative support via interceptor bindings (TransactionalResult, TransactionalTry) so applications can use Result and Try idiomatically without giving up JTA-managed transactions via Narayana.

Quarkus is declared as compileOnly — consumers bring their own Quarkus dependency. Tested against: 3.11.x, 3.21.x, 3.31.x, 3.35.x.