Registry / web-framework / vertx-rx-java

vertx-rx-java

JSON →
library4.5.26javamavenunverified

Vert.x RxJava provides Reactive Extensions (RxJava) integration for Vert.x, enabling reactive programming with asynchronous event-driven applications.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-rx-java</artifactId> <version>4.5.26</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-RX-JAVA
V
vertx-rx-java
web-frameworkjavav4.5.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Vertx
io.vertx.rxjava.core.Vertx

Create a Vert.x HTTP server using RxJava API.

import io.vertx.rxjava.core.Vertx; public class VertxRxExample { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); vertx.createHttpServer().requestHandler(req -> req.response().end("Hello")).listen(8080); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
1
Resources
vertx-rx-java — mvn dependency:get vertx-rx-java · libregistry