public class AsyncHttpObservable extends Object
| Constructor and Description |
|---|
AsyncHttpObservable() |
| Modifier and Type | Method and Description |
|---|---|
static rx.Observable<Response> |
observe(rx.functions.Func0<BoundRequestBuilder> supplier)
Observe a request execution and emit the response to the observer.
|
static rx.Observable<Response> |
toObservable(rx.functions.Func0<BoundRequestBuilder> supplier)
Observe a request execution and emit the response to the observer.
|
public static rx.Observable<Response> toObservable(rx.functions.Func0<BoundRequestBuilder> supplier)
supplier - the supplierpublic static rx.Observable<Response> observe(rx.functions.Func0<BoundRequestBuilder> supplier)
supplier - teh supplierCopyright © 2020. All rights reserved.