T
- the type of result produced by the execution.public interface Executable<T> extends Indexable
Modifier and Type | Method and Description |
---|---|
T |
execute()
Execute the request.
|
rx.Observable<T> |
executeAsync()
Execute the request asynchronously.
|
ServiceFuture<T> |
executeAsync(ServiceCallback<T> callback)
Execute the request asynchronously.
|
T execute()
rx.Observable<T> executeAsync()
ServiceFuture<T> executeAsync(ServiceCallback<T> callback)
callback
- the callback for success and failureCopyright © 2019. All rights reserved.