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