Registry / networking / vertx-rx-java2

vertx-rx-java2

JSON →
library5.0.11javamavenunverified

Vert.x 5 Parent pom

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-rx-java2</artifactId> <version>5.0.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-RX-JAVA2
V
vertx-rx-java2
networkingjavav5.0.11
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.reactivex.core.Vertx

Create a Vert.x instance and set a one-second timer using RxJava2 API.

import io.vertx.reactivex.core.Vertx; public class Main { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); vertx.setTimer(1000, id -> { System.out.println("One second later"); vertx.close(); }); } }
Debug
Known issues
breakingVert.x 5 has breaking changes from Vert.x 4; RxJava2 API may differ.
fix
Refer to Vert.x 5 migration guide when upgrading from earlier versions.
affects: 5.x
Upgrade
Version history
5.0.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
vertx-rx-java2 — mvn dependency:get vertx-rx-java2 · libregistry