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