T
- the fluent type of the resource to be createdpublic interface Creatable<T> extends Indexable, HasName
Modifier and Type | Method and Description |
---|---|
T |
create()
Execute the create request.
|
rx.Observable<Indexable> |
createAsync()
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
ServiceFuture<T> |
createAsync(ServiceCallback<T> callback)
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
T create()
ServiceFuture<T> createAsync(ServiceCallback<T> callback)
callback
- the callback to handle success and failurerx.Observable<Indexable> createAsync()
Copyright © 2019. All rights reserved.