Registry / http-client / jersey-rx-client-rxjava2

jersey-rx-client-rxjava2

JSON →
library4.0.2javamavenunverified

Jersey Reactive Client - RxJava2 (Flowable) provider for asynchronous HTTP requests.

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

RxFlowableInvoker
org.glassfish.jersey.ext.rx.rxjava2.RxFlowableInvoker

Creates a reactive RxJava2 invoker for asynchronous HTTP requests.

import org.glassfish.jersey.ext.rx.rxjava2.RxFlowableInvoker; import javax.ws.rs.client.Client; import javax.ws.rs.client.ClientBuilder; import javax.ws.rs.client.WebTarget; public class Example { public static void main(String[] args) { Client client = ClientBuilder.newClient(); WebTarget target = client.target("http://example.com"); RxFlowableInvoker invoker = target.request().rx(RxFlowableInvoker.class); System.out.println("Reactive invoker created"); } }
Debug
Known issues
breakingJersey 4.x requires Java 11 or later.
fix
Upgrade to Java 11+ or use Jersey 3.x for Java 8 compatibility.
affects: >=4.0.0
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
Resources
jersey-rx-client-rxjava2 — mvn dependency:get jersey-rx-client-rxjava2 · libregistry