Class PublishedEventsTypeNode
java.lang.Object
org.eclipse.milo.opcua.sdk.client.nodes.UaNode
org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
org.eclipse.milo.opcua.sdk.client.model.objects.BaseObjectTypeNode
org.eclipse.milo.opcua.sdk.client.model.objects.PublishedDataSetTypeNode
org.eclipse.milo.opcua.sdk.client.model.objects.PublishedEventsTypeNode
- All Implemented Interfaces:
BaseObjectType,PublishedDataSetType,PublishedEventsType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
public class PublishedEventsTypeNode
extends PublishedDataSetTypeNode
implements PublishedEventsType
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.PublishedDataSetType
CONFIGURATION_VERSION, CYCLIC_DATA_SET, DATA_SET_CLASS_ID, DATA_SET_META_DATAFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.PublishedEventsType
FILTER, PUB_SUB_EVENT_NOTIFIER, SELECTED_FIELDS -
Constructor Summary
ConstructorsConstructorDescriptionPublishedEventsTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.structured.ContentFilterGet the local value of the Filter Node.Get the FilterPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofPublishedEventsType.getFilterNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the PubSubEventNotifier Node.Get the PubSubEventNotifierPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofPublishedEventsType.getPubSubEventNotifierNode().org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]Get the local value of the SelectedFields Node.Get the SelectedFieldsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofPublishedEventsType.getSelectedFieldsNode().org.eclipse.milo.opcua.stack.core.types.structured.ContentFilterRead the value of the Filter Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter>An asynchronous implementation ofPublishedEventsType.readFilter().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the PubSubEventNotifier Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofPublishedEventsType.readPubSubEventNotifier().org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]Read the value of the SelectedFields Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]>An asynchronous implementation ofPublishedEventsType.readSelectedFields().voidsetFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Set the local value of the Filter Node.voidsetPubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the PubSubEventNotifier Node.voidsetSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) Set the local value of the SelectedFields Node.voidwriteFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Write a new value for the Filter Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter filter) An asynchronous implementation ofPublishedEventsType.writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).voidwritePubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the PubSubEventNotifier Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePubSubEventNotifierAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId pubSubEventNotifier) An asynchronous implementation ofPublishedEventsType.writePubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) Write a new value for the SelectedFields Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSelectedFieldsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] selectedFields) An asynchronous implementation ofPublishedEventsType.writeSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.PublishedDataSetTypeNode
getConfigurationVersion, getConfigurationVersionNode, getConfigurationVersionNodeAsync, getCyclicDataSet, getCyclicDataSetNode, getCyclicDataSetNodeAsync, getDataSetClassId, getDataSetClassIdNode, getDataSetClassIdNodeAsync, getDataSetMetaData, getDataSetMetaDataNode, getDataSetMetaDataNodeAsync, getExtensionFieldsNode, getExtensionFieldsNodeAsync, readConfigurationVersion, readConfigurationVersionAsync, readCyclicDataSet, readCyclicDataSetAsync, readDataSetClassId, readDataSetClassIdAsync, readDataSetMetaData, readDataSetMetaDataAsync, setConfigurationVersion, setCyclicDataSet, setDataSetClassId, setDataSetMetaData, writeConfigurationVersion, writeConfigurationVersionAsync, writeCyclicDataSet, writeCyclicDataSetAsync, writeDataSetClassId, writeDataSetClassIdAsync, writeDataSetMetaData, writeDataSetMetaDataAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifierMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.PublishedDataSetType
getConfigurationVersion, getConfigurationVersionNode, getConfigurationVersionNodeAsync, getCyclicDataSet, getCyclicDataSetNode, getCyclicDataSetNodeAsync, getDataSetClassId, getDataSetClassIdNode, getDataSetClassIdNodeAsync, getDataSetMetaData, getDataSetMetaDataNode, getDataSetMetaDataNodeAsync, getExtensionFieldsNode, getExtensionFieldsNodeAsync, readConfigurationVersion, readConfigurationVersionAsync, readCyclicDataSet, readCyclicDataSetAsync, readDataSetClassId, readDataSetClassIdAsync, readDataSetMetaData, readDataSetMetaDataAsync, setConfigurationVersion, setCyclicDataSet, setDataSetClassId, setDataSetMetaData, writeConfigurationVersion, writeConfigurationVersionAsync, writeCyclicDataSet, writeCyclicDataSetAsync, writeDataSetClassId, writeDataSetClassIdAsync, writeDataSetMetaData, writeDataSetMetaDataAsync
-
Constructor Details
-
PublishedEventsTypeNode
public PublishedEventsTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getPubSubEventNotifier
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getPubSubEventNotifier() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeGet the local value of the PubSubEventNotifier Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPubSubEventNotifierin interfacePublishedEventsType- Returns:
- the local value of the PubSubEventNotifier Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PubSubEventNotifier Node.
-
setPubSubEventNotifier
public void setPubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeSet the local value of the PubSubEventNotifier Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPubSubEventNotifierin interfacePublishedEventsType- Parameters:
value- the local value to set for the PubSubEventNotifier Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PubSubEventNotifier Node.
-
readPubSubEventNotifier
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readPubSubEventNotifier() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeRead the value of the PubSubEventNotifier Node from the server and update the local value if the operation succeeds.- Specified by:
readPubSubEventNotifierin interfacePublishedEventsType- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePubSubEventNotifier
public void writePubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeWrite a new value for the PubSubEventNotifier Node to the server and update the local value if the operation succeeds.- Specified by:
writePubSubEventNotifierin interfacePublishedEventsType- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPubSubEventNotifierAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readPubSubEventNotifierAsync()Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.readPubSubEventNotifier().- Specified by:
readPubSubEventNotifierAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePubSubEventNotifierAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePubSubEventNotifierAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId pubSubEventNotifier) Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.writePubSubEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Specified by:
writePubSubEventNotifierAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPubSubEventNotifierNode
public PropertyTypeNode getPubSubEventNotifierNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeGet the PubSubEventNotifierPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPubSubEventNotifierNodein interfacePublishedEventsType- Returns:
- the PubSubEventNotifier
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPubSubEventNotifierNodeAsync
Description copied from interface:PublishedEventsTypeAsynchronous implementation ofPublishedEventsType.getPubSubEventNotifierNode().- Specified by:
getPubSubEventNotifierNodeAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSelectedFields
public org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] getSelectedFields() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeGet the local value of the SelectedFields Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSelectedFieldsin interfacePublishedEventsType- Returns:
- the local value of the SelectedFields Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SelectedFields Node.
-
setSelectedFields
public void setSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeSet the local value of the SelectedFields Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSelectedFieldsin interfacePublishedEventsType- Parameters:
value- the local value to set for the SelectedFields Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SelectedFields Node.
-
readSelectedFields
public org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] readSelectedFields() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeRead the value of the SelectedFields Node from the server and update the local value if the operation succeeds.- Specified by:
readSelectedFieldsin interfacePublishedEventsType- Returns:
- the
SimpleAttributeOperandvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSelectedFields
public void writeSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeWrite a new value for the SelectedFields Node to the server and update the local value if the operation succeeds.- Specified by:
writeSelectedFieldsin interfacePublishedEventsType- Parameters:
value- theSimpleAttributeOperandvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSelectedFieldsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]> readSelectedFieldsAsync()Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.readSelectedFields().- Specified by:
readSelectedFieldsAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSelectedFieldsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSelectedFieldsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] selectedFields) Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.writeSelectedFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]).- Specified by:
writeSelectedFieldsAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSelectedFieldsNode
public PropertyTypeNode getSelectedFieldsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeGet the SelectedFieldsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSelectedFieldsNodein interfacePublishedEventsType- Returns:
- the SelectedFields
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSelectedFieldsNodeAsync
Description copied from interface:PublishedEventsTypeAsynchronous implementation ofPublishedEventsType.getSelectedFieldsNode().- Specified by:
getSelectedFieldsNodeAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getFilter
public org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter getFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeGet the local value of the Filter Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getFilterin interfacePublishedEventsType- Returns:
- the local value of the Filter Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
setFilter
public void setFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeSet the local value of the Filter Node.The value is only updated locally; it is not written to the server.
- Specified by:
setFilterin interfacePublishedEventsType- Parameters:
value- the local value to set for the Filter Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
readFilter
public org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter readFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:PublishedEventsTypeRead the value of the Filter Node from the server and update the local value if the operation succeeds.- Specified by:
readFilterin interfacePublishedEventsType- Returns:
- the
ContentFiltervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeFilter
public void writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:PublishedEventsTypeWrite a new value for the Filter Node to the server and update the local value if the operation succeeds.- Specified by:
writeFilterin interfacePublishedEventsType- Parameters:
value- theContentFiltervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readFilterAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter> readFilterAsync()Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.readFilter().- Specified by:
readFilterAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeFilterAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter filter) Description copied from interface:PublishedEventsTypeAn asynchronous implementation ofPublishedEventsType.writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).- Specified by:
writeFilterAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getFilterNode
Description copied from interface:PublishedEventsTypeGet the FilterPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getFilterNodein interfacePublishedEventsType- Returns:
- the Filter
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getFilterNodeAsync
Description copied from interface:PublishedEventsTypeAsynchronous implementation ofPublishedEventsType.getFilterNode().- Specified by:
getFilterNodeAsyncin interfacePublishedEventsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-