public interface AsyncEndpointCall<T> extends EndpointCall<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<T> |
executeAsync() |
void |
executeAsync(EndpointCallCallback<T> callback) |
void |
executeAsync(EndpointCallSuccessCallback<T> success,
EndpointCallFailureCallback failure) |
executevoid executeAsync(EndpointCallCallback<T> callback)
void executeAsync(EndpointCallSuccessCallback<T> success, EndpointCallFailureCallback failure)
java.util.concurrent.CompletionStage<T> executeAsync()
Copyright © 2019. All Rights Reserved.