Category "quarkus-reactive"

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

Quarkus static content response filter

Is there a way to add a filter/interceptor to static resources served from META-INF/resources? I seem have tried all the possible options: @ServerResponseFilter