A Retrofit CallAdapter that enables returning RxJava 2 Observable, Flowable, Single, Maybe, and Completable types from service methods.
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava2</artifactId>
<version>3.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Retrofit to use RxJava2 for asynchronous HTTP calls.
If using RxJava3, use com.squareup.retrofit2:adapter-rxjava3 instead.
No dependency data recorded yet.