Registry / http-client / adapter-rxjava3

adapter-rxjava3

JSON →
library3.0.0javamavenunverified

A Retrofit CallAdapter that enables reactive return types using RxJava 3.

<dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava3</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ADAPTER-RXJAVA3
A
adapter-rxjava3
http-clientjavav3.0.0
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.

RxJava3CallAdapterFactory
retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory

Configures Retrofit to use RxJava3 for asynchronous calls.

import retrofit2.Retrofit; import retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory; Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://api.example.com/") .addCallAdapterFactory(RxJava3CallAdapterFactory.create()) .build();
Debug
Known issues
breakingRequires RxJava 3 dependency; not compatible with RxJava 2.
fix
Add io.reactivex.rxjava3:rxjava to your dependencies.
affects: >=3.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
40
Amazon
1
Perplexity
1
OpenAI (training)
1
Resources
adapter-rxjava3 — mvn dependency:get adapter-rxjava3 · libregistry