public class PendingCall extends Object implements Pending<CallMethodRequest,CallMethodResult>
| Constructor and Description |
|---|
PendingCall(CallMethodRequest request) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CallMethodResult> |
getFuture() |
CallMethodRequest |
getInput() |
public PendingCall(CallMethodRequest request)
public CompletableFuture<CallMethodResult> getFuture()
getFuture in interface Pending<CallMethodRequest,CallMethodResult>CompletableFuture to complete when the result is ready.public CallMethodRequest getInput()
getInput in interface Pending<CallMethodRequest,CallMethodResult>Copyright © 2018. All rights reserved.