** org.openrewrite.java.quarkus.MultiTransformHotStreamToMultiHotStream** Replace Mutiny API usages of multi.transform().toHotStream() with multi.toHotStream().
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-quarkus:1.7.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.quarkus.MultiTransformHotStreamToMultiHotStream