This contains a set of modules helping the development of reactive applications in SmallRye
Mutiny is a novel approach to deal with Reactive APIs.
The vertx-mutiny-clients
module contains the Vert.x client API using the Mutiny model (Uni
and Multi
).
It also contains the Vert.x code generator.
Reactive converters are a set of library to convert types uses by various libraries from/to Publisher
and CompletionStage
.
Documentation is available in the reactive-converters directory.
This module delivers Vert.x client using the Axle API.
The Axle API is based on CompletionStage
and Publisher
.
mvn clean install
mvn release:prepare release:perform