public class DataTypeTreeSessionInitializer extends Object implements SessionFsm.SessionInitializer
DataTypeTree and stores it on an OpcUaSession as an attribute under
the key SESSION_ATTRIBUTE_KEY.| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_ATTRIBUTE_KEY
The attribute key that the
DataTypeTree will be stored under in the OpcUaSession. |
| Constructor and Description |
|---|
DataTypeTreeSessionInitializer() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.eclipse.milo.opcua.stack.core.util.Unit> |
initialize(UaStackClient stackClient,
OpcUaSession session) |
public static final String SESSION_ATTRIBUTE_KEY
DataTypeTree will be stored under in the OpcUaSession.public CompletableFuture<org.eclipse.milo.opcua.stack.core.util.Unit> initialize(UaStackClient stackClient, OpcUaSession session)
initialize in interface SessionFsm.SessionInitializerCopyright © 2021. All rights reserved.