aaloise / vertx-rx

Reactive Extensions for Vert.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Documentation

Stack integration

RxJava and RxJava2 are integrated with the Vert.x stack.

Integration tests

Integration tests are placed here:

Integration docs

Integration docs are placed here:

The corresponding component uses an asciidoctor https://asciidoctor.org/docs/user-manual/#include-directive directive to embed the doc snippet:

ifeval::["$lang" == "java"]
include::override/rxjava2.adoc[]
endif::[]

Vert.x Web Client example:

is replaced by

The final aggregation happens in the stack generation module.

About

Reactive Extensions for Vert.x

License:Apache License 2.0


Languages

Language:Java 100.0%Language:Shell 0.0%