Registry / networking / vertx-service-proxy

vertx-service-proxy

JSON →
library5.0.11javamavenunverified

Vert.x module for generating service proxies and handlers for asynchronous RPC.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-service-proxy</artifactId> <version>5.0.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-SERVICE-PROX
V
vertx-service-proxy
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.

ServiceProxyBuilder
io.vertx.serviceproxy.ServiceProxyBuilder

Demonstrates creating a ServiceProxyBuilder in Vert.x.

import io.vertx.serviceproxy.ServiceProxyBuilder; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); ServiceProxyBuilder builder = new ServiceProxyBuilder(vertx); System.out.println("ServiceProxyBuilder created."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
vertx-service-proxy — mvn dependency:get vertx-service-proxy · libregistry