Registry / http-client / smallrye-mutiny-vertx-web-client

smallrye-mutiny-vertx-web-client

JSON →
library3.22.2javamavenunverified

Provides Mutiny reactive bindings for the Vert.x Web Client, enabling asynchronous HTTP requests with a reactive API.

<dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-mutiny-vertx-web-client</artifactId> <version>3.22.2</version> </dependency>
INSTALL
IMPORT
SIG · SMALLRYE-MUTINY-VE
S
smallrye-mutiny-vertx-web-client
http-clientjavav3.22.2
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.

WebClient
✓ io.smallrye.mutiny.vertx.webclient.WebClient

Sends an HTTP GET request using Mutiny Vert.x Web Client.

import io.smallrye.mutiny.vertx.webclient.WebClient; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); WebClient client = WebClient.create(vertx); client.getAbs("http://example.com").send().subscribe().with( response -> System.out.println(response.bodyAsString()) ); } }
Debug
Known issues
breakingMutiny Vert.x bindings require Vert.x 4.x; incompatible with Vert.x 3.x.
fix
Use Vert.x 4.x or later; check your Vert.x version.
affects: >=3.0.0 <4.0.0
Upgrade
Version history
3.22.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Resources
smallrye-mutiny-vertx-web-client — mvn dependency:get smallrye-mutiny-vertx-web-client · libregistry