public final class DataTypeTreeBuilder extends Object
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType.| Modifier and Type | Method and Description |
|---|---|
static DataTypeTree |
build(OpcUaClient client)
Build a
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType. |
static DataTypeTree |
build(UaStackClient client,
OpcUaSession session)
Build a
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType. |
static CompletableFuture<DataTypeTree> |
buildAsync(OpcUaClient client)
Build a
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType. |
static CompletableFuture<DataTypeTree> |
buildAsync(UaStackClient client,
OpcUaSession session)
Build a
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType. |
public static DataTypeTree build(OpcUaClient client) throws org.eclipse.milo.opcua.stack.core.UaException
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType.client - a connected OpcUaClient.DataTypeTree.org.eclipse.milo.opcua.stack.core.UaException - if an unrecoverable error occurs while building the tree.public static DataTypeTree build(UaStackClient client, OpcUaSession session) throws org.eclipse.milo.opcua.stack.core.UaException
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType.client - a connected UaStackClient.session - an active OpcUaSession.DataTypeTree.org.eclipse.milo.opcua.stack.core.UaException - if an unrecoverable error occurs while building the tree.public static CompletableFuture<DataTypeTree> buildAsync(OpcUaClient client)
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType.client - a connected OpcUaClient.DataTypeTree.public static CompletableFuture<DataTypeTree> buildAsync(UaStackClient client, OpcUaSession session)
DataTypeTree by recursively browsing the DataType hierarchy starting at
Identifiers.BaseDataType.client - a connected UaStackClient.session - an active OpcUaSession.DataTypeTree.Copyright © 2021. All rights reserved.