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