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.

web-frameworknetworking
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources