Category "smallrye"

Apply complex business logic to Multi object and return a Uni object in Rest API

Inside a rest function I'm making a reactive Postgres Db call which is returning a Multi. My intention is to run a complex business logic on Multi and return a

How to run event sequentially in Mutiny

I am using the Mutiny library within the Quarkus framework in Java 11. I am wonderring which is the best way of running several events sequentially by storing t