Getting started with Mutiny#
Using Mutiny in a Java application#
Add the dependency to your project using your preferred build tool:
Using Mutiny with Quarkus#
Most of the Quarkus extensions with reactive capabilities already depend on Mutiny.
You can also add the quarkus-mutiny
dependency explicitly from the command-line:
or by editing the pom.xml
file and adding:
Using Mutiny with Vert.x#
Most of the Eclipse Vert.x stack modules are available through the SmallRye Mutiny Vert.x Bindings project.
Bindings for Vert.x modules are named by prepending smallrye-mutiny-
.
As an example here’s how to add a dependency to the vertx-core
Mutiny bindings: