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