| Package | Description |
|---|---|
| retrofit2.adapter.rxjava2 |
| Modifier and Type | Method and Description |
|---|---|
static RxJava2CallAdapterFactory |
RxJava2CallAdapterFactory.create()
Returns an instance which creates synchronous observables that do not operate on any scheduler
by default.
|
static RxJava2CallAdapterFactory |
RxJava2CallAdapterFactory.createAsync()
Returns an instance which creates asynchronous observables.
|
static RxJava2CallAdapterFactory |
RxJava2CallAdapterFactory.createWithScheduler(io.reactivex.Scheduler scheduler)
Returns an instance which creates synchronous observables that
subscribe on
scheduler by default. |
Copyright © 2017 Square, Inc.. All rights reserved.