Registry / networking / smallrye-mutiny-vertx-core

smallrye-mutiny-vertx-core

JSON →
library3.21.6javamavenunverified

Provides reactive bindings between SmallRye Mutiny and Vert.x core for building asynchronous applications.

<dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-mutiny-vertx-core</artifactId> <version>3.21.6</version> </dependency>
INSTALL
IMPORT
SIG · SMALLRYE-MUTINY-VE
S
smallrye-mutiny-vertx-core
networkingjavav3.21.6
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.smallrye.mutiny.vertx.core.Vertx

Creates a Vert.x instance and starts an HTTP server.

import io.smallrye.mutiny.vertx.core.Vertx; Vertx vertx = Vertx.vertx(); vertx.createHttpServer().requestHandler(req -> req.response().end("Hello")).listen(8080);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.21.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
smallrye-mutiny-vertx-core — mvn dependency:get smallrye-mutiny-vertx-core · libregistry