Executable<T>.executeAsync 方法
定义
重载
executeAsync() |
Execute the request asynchronously.
|
executeAsync(final ServiceCallback<T> callback) |
Execute the request asynchronously.
|
executeAsync()
Execute the request asynchronously.
public Observable<T> executeAsync()
返回
Observable<T>
the handle to the REST call
executeAsync(final ServiceCallback<T> callback)
Execute the request asynchronously.
public ServiceFuture<T> executeAsync(final ServiceCallback<T> callback)
参数
- callback
- final ServiceCallback<T>
the callback for success and failure
返回
ServiceFuture<T>
the handle to the REST call