public static class RestClient.RestInvocationCallback<T> extends Object implements javax.ws.rs.client.InvocationCallback<T>
| Constructor and Description |
|---|
RestInvocationCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(T response) |
void |
failed(Throwable throwable) |
RestClient.RestInvocationCallback<T> |
future(CompletableFuture<?> future) |
public RestClient.RestInvocationCallback<T> future(CompletableFuture<?> future)
public void completed(T response)
completed in interface javax.ws.rs.client.InvocationCallback<T>Copyright © 2016 Electronic Arts Inc. All rights reserved.