/vert-x3

Primary LanguageJavaApache License 2.0Apache-2.0

Rx extension for Vert.x

Build Status

Vert.x module adding support for Reactive Extensions (Rx) using the Rx libraries. This allows Vert.x developers to use the Rx type-safe composable API to build Vert.x verticles. This module provides helpers for adapting Vert.x stream and future constructs to Rx observables.

RxJava 1

See https://github.com/vert-x3/vertx-rx/tree/master/rx-java/src/main/asciidoc/java/index.adoc

RxJava 2

See https://github.com/vert-x3/vertx-rx/tree/master/rx-java2/src/main/asciidoc/java2/index.adoc

RxJS

See https://github.com/vert-x3/vertx-rx/tree/master/rx-js/src/main/asciidoc/js/index.adoc

RxGroovy

See https://github.com/vert-x3/vertx-rx/tree/master/rx-groovy/src/main/asciidoc/groovy/index.adoc