Registry / networking / vertx-rx-java3

vertx-rx-java3

JSON →
library5.0.8javamavenunverified

Reactive extensions for Vert.x using RxJava 3 for asynchronous programming.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-rx-java3</artifactId> <version>5.0.8</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-RX-JAVA3
V
vertx-rx-java3
networkingjavav5.0.8
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.rxjava3.core.Vertx

Creates a Vert.x HTTP server using RxJava3.

import io.vertx.rxjava3.core.Vertx; public class Example { public void start() { Vertx vertx = Vertx.vertx(); vertx.createHttpServer().requestHandler(req -> req.response().end("Hello")).listen(8080); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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