SmallRye Mutiny - Runtime Helpers

SmallRye Parent POM

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

io.smallrye.reactive
ArtifactId

ArtifactId

vertx-mutiny-runtime
Last Version

Last Version

0.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye Mutiny - Runtime Helpers
SmallRye Parent POM
Project Organization

Project Organization

SmallRye

Download vertx-mutiny-runtime

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-runtime/ -->
<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>vertx-mutiny-runtime</artifactId>
    <version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-runtime/
implementation 'io.smallrye.reactive:vertx-mutiny-runtime:0.0.11'
// https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-runtime/
implementation ("io.smallrye.reactive:vertx-mutiny-runtime:0.0.11")
'io.smallrye.reactive:vertx-mutiny-runtime:jar:0.0.11'
<dependency org="io.smallrye.reactive" name="vertx-mutiny-runtime" rev="0.0.11">
  <artifact name="vertx-mutiny-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='vertx-mutiny-runtime', version='0.0.11')
)
libraryDependencies += "io.smallrye.reactive" % "vertx-mutiny-runtime" % "0.0.11"
[io.smallrye.reactive/vertx-mutiny-runtime "0.0.11"]

Dependencies

compile (2)

Group / Artifact Type Version
io.smallrye.reactive : mutiny jar 0.1.1
io.vertx : vertx-core jar

Project Modules

There are no modules declared in this project.

SmallRye Reactive Utilities

Build Status Quality Gate Status License Maven

This contains a set of modules helping the development of reactive applications in SmallRye

Vert.x Mutiny Clients

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

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.

Vert.x Axle Clients - deprecated

This module delivers Vert.x client using the Axle API.

The Axle API is based on CompletionStage and Publisher.

Build

mvn clean install

Release

mvn release:prepare release:perform

io.smallrye.reactive

SmallRye

Versions

Version
0.0.11