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