Registry / http-client / jersey-rx-client-guava

jersey-rx-client-guava

JSON →
library4.0.2javamavenunverified

Provides a Guava ListenableFuture provider for the Jersey reactive client extension.

<dependency> <groupId>org.glassfish.jersey.ext.rx</groupId> <artifactId>jersey-rx-client-guava</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-RX-CLIENT-G
J
jersey-rx-client-guava
http-clientjavav4.0.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.

GuavaListenableFutureProvider
org.glassfish.jersey.ext.rx.guava.GuavaListenableFutureProvider

Registers the Guava ListenableFuture provider with a Jersey client.

import org.glassfish.jersey.ext.rx.guava.GuavaListenableFutureProvider; import javax.ws.rs.client.ClientBuilder; public class Example { public static void main(String[] args) { ClientBuilder.newBuilder() .register(GuavaListenableFutureProvider.class) .build(); } }
Debug
Known issues
breakingJersey 4.x requires Java 11 or later.
fix
Ensure your project uses Java 11+ and compatible Jersey dependencies.
affects: >=4.0.0
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
jersey-rx-client-guava — mvn dependency:get jersey-rx-client-guava · libregistry