Class BrokerWriterGroupTransportTypeNode
- All Implemented Interfaces:
BaseObjectType,BrokerWriterGroupTransportType,WriterGroupTransportType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BrokerWriterGroupTransportType
AUTHENTICATION_PROFILE_URI, QUEUE_NAME, REQUESTED_DELIVERY_GUARANTEE, RESOURCE_URI -
Constructor Summary
ConstructorsConstructorDescriptionBrokerWriterGroupTransportTypeNode(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 TypeMethodDescriptionGet the local value of the AuthenticationProfileUri Node.Get the AuthenticationProfileUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerWriterGroupTransportType.getAuthenticationProfileUriNode().Get the local value of the QueueName Node.Get the QueueNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerWriterGroupTransportType.getQueueNameNode().org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfServiceGet the local value of the RequestedDeliveryGuarantee Node.Get the RequestedDeliveryGuaranteePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerWriterGroupTransportType.getRequestedDeliveryGuaranteeNode().Get the local value of the ResourceUri Node.Get the ResourceUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerWriterGroupTransportType.getResourceUriNode().Read the value of the AuthenticationProfileUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerWriterGroupTransportType.readAuthenticationProfileUri().Read the value of the QueueName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerWriterGroupTransportType.readQueueName().org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfServiceRead the value of the RequestedDeliveryGuarantee Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService>An asynchronous implementation ofBrokerWriterGroupTransportType.readRequestedDeliveryGuarantee().Read the value of the ResourceUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerWriterGroupTransportType.readResourceUri().voidSet the local value of the AuthenticationProfileUri Node.voidsetQueueName(String value) Set the local value of the QueueName Node.voidsetRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) Set the local value of the RequestedDeliveryGuarantee Node.voidsetResourceUri(String value) Set the local value of the ResourceUri Node.voidWrite a new value for the AuthenticationProfileUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAuthenticationProfileUriAsync(String authenticationProfileUri) An asynchronous implementation ofBrokerWriterGroupTransportType.writeAuthenticationProfileUri(java.lang.String).voidwriteQueueName(String value) Write a new value for the QueueName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeQueueNameAsync(String queueName) An asynchronous implementation ofBrokerWriterGroupTransportType.writeQueueName(java.lang.String).voidwriteRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) Write a new value for the RequestedDeliveryGuarantee Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRequestedDeliveryGuaranteeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService requestedDeliveryGuarantee) voidwriteResourceUri(String value) Write a new value for the ResourceUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeResourceUriAsync(String resourceUri) An asynchronous implementation ofBrokerWriterGroupTransportType.writeResourceUri(java.lang.String).Methods 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, setEventNotifier
-
Constructor Details
-
BrokerWriterGroupTransportTypeNode
public BrokerWriterGroupTransportTypeNode(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
-
getQueueName
Description copied from interface:BrokerWriterGroupTransportTypeGet the local value of the QueueName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getQueueNamein interfaceBrokerWriterGroupTransportType- Returns:
- the local value of the QueueName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the QueueName Node.
-
setQueueName
Description copied from interface:BrokerWriterGroupTransportTypeSet the local value of the QueueName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setQueueNamein interfaceBrokerWriterGroupTransportType- Parameters:
value- the local value to set for the QueueName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the QueueName Node.
-
readQueueName
Description copied from interface:BrokerWriterGroupTransportTypeRead the value of the QueueName Node from the server and update the local value if the operation succeeds.- Specified by:
readQueueNamein interfaceBrokerWriterGroupTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeQueueName
Description copied from interface:BrokerWriterGroupTransportTypeWrite a new value for the QueueName Node to the server and update the local value if the operation succeeds.- Specified by:
writeQueueNamein interfaceBrokerWriterGroupTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readQueueNameAsync
Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.readQueueName().- Specified by:
readQueueNameAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeQueueNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQueueNameAsync(String queueName) Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.writeQueueName(java.lang.String).- Specified by:
writeQueueNameAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getQueueNameNode
Description copied from interface:BrokerWriterGroupTransportTypeGet the QueueNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getQueueNameNodein interfaceBrokerWriterGroupTransportType- Returns:
- the QueueName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getQueueNameNodeAsync
Description copied from interface:BrokerWriterGroupTransportTypeAsynchronous implementation ofBrokerWriterGroupTransportType.getQueueNameNode().- Specified by:
getQueueNameNodeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getResourceUri
Description copied from interface:BrokerWriterGroupTransportTypeGet the local value of the ResourceUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getResourceUriin interfaceBrokerWriterGroupTransportType- Returns:
- the local value of the ResourceUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResourceUri Node.
-
setResourceUri
Description copied from interface:BrokerWriterGroupTransportTypeSet the local value of the ResourceUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setResourceUriin interfaceBrokerWriterGroupTransportType- Parameters:
value- the local value to set for the ResourceUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResourceUri Node.
-
readResourceUri
Description copied from interface:BrokerWriterGroupTransportTypeRead the value of the ResourceUri Node from the server and update the local value if the operation succeeds.- Specified by:
readResourceUriin interfaceBrokerWriterGroupTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeResourceUri
Description copied from interface:BrokerWriterGroupTransportTypeWrite a new value for the ResourceUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeResourceUriin interfaceBrokerWriterGroupTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readResourceUriAsync
Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.readResourceUri().- Specified by:
readResourceUriAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeResourceUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeResourceUriAsync(String resourceUri) Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.writeResourceUri(java.lang.String).- Specified by:
writeResourceUriAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getResourceUriNode
Description copied from interface:BrokerWriterGroupTransportTypeGet the ResourceUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getResourceUriNodein interfaceBrokerWriterGroupTransportType- Returns:
- the ResourceUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getResourceUriNodeAsync
Description copied from interface:BrokerWriterGroupTransportTypeAsynchronous implementation ofBrokerWriterGroupTransportType.getResourceUriNode().- Specified by:
getResourceUriNodeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getAuthenticationProfileUri
Description copied from interface:BrokerWriterGroupTransportTypeGet the local value of the AuthenticationProfileUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getAuthenticationProfileUriin interfaceBrokerWriterGroupTransportType- Returns:
- the local value of the AuthenticationProfileUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AuthenticationProfileUri Node.
-
setAuthenticationProfileUri
public void setAuthenticationProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerWriterGroupTransportTypeSet the local value of the AuthenticationProfileUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAuthenticationProfileUriin interfaceBrokerWriterGroupTransportType- Parameters:
value- the local value to set for the AuthenticationProfileUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AuthenticationProfileUri Node.
-
readAuthenticationProfileUri
Description copied from interface:BrokerWriterGroupTransportTypeRead the value of the AuthenticationProfileUri Node from the server and update the local value if the operation succeeds.- Specified by:
readAuthenticationProfileUriin interfaceBrokerWriterGroupTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeAuthenticationProfileUri
public void writeAuthenticationProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerWriterGroupTransportTypeWrite a new value for the AuthenticationProfileUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeAuthenticationProfileUriin interfaceBrokerWriterGroupTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readAuthenticationProfileUriAsync
Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.readAuthenticationProfileUri().- Specified by:
readAuthenticationProfileUriAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeAuthenticationProfileUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuthenticationProfileUriAsync(String authenticationProfileUri) Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.writeAuthenticationProfileUri(java.lang.String).- Specified by:
writeAuthenticationProfileUriAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getAuthenticationProfileUriNode
public PropertyTypeNode getAuthenticationProfileUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerWriterGroupTransportTypeGet the AuthenticationProfileUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAuthenticationProfileUriNodein interfaceBrokerWriterGroupTransportType- Returns:
- the AuthenticationProfileUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getAuthenticationProfileUriNodeAsync
Description copied from interface:BrokerWriterGroupTransportTypeAsynchronous implementation ofBrokerWriterGroupTransportType.getAuthenticationProfileUriNode().- Specified by:
getAuthenticationProfileUriNodeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestedDeliveryGuarantee
public org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService getRequestedDeliveryGuarantee() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerWriterGroupTransportTypeGet the local value of the RequestedDeliveryGuarantee Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRequestedDeliveryGuaranteein interfaceBrokerWriterGroupTransportType- Returns:
- the local value of the RequestedDeliveryGuarantee Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedDeliveryGuarantee Node.
-
setRequestedDeliveryGuarantee
public void setRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerWriterGroupTransportTypeSet the local value of the RequestedDeliveryGuarantee Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRequestedDeliveryGuaranteein interfaceBrokerWriterGroupTransportType- Parameters:
value- the local value to set for the RequestedDeliveryGuarantee Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedDeliveryGuarantee Node.
-
readRequestedDeliveryGuarantee
public org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService readRequestedDeliveryGuarantee() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerWriterGroupTransportTypeRead the value of the RequestedDeliveryGuarantee Node from the server and update the local value if the operation succeeds.- Specified by:
readRequestedDeliveryGuaranteein interfaceBrokerWriterGroupTransportType- Returns:
- the
BrokerTransportQualityOfServicevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestedDeliveryGuarantee
public void writeRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerWriterGroupTransportTypeWrite a new value for the RequestedDeliveryGuarantee Node to the server and update the local value if the operation succeeds.- Specified by:
writeRequestedDeliveryGuaranteein interfaceBrokerWriterGroupTransportType- Parameters:
value- theBrokerTransportQualityOfServicevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRequestedDeliveryGuaranteeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService> readRequestedDeliveryGuaranteeAsync()Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.readRequestedDeliveryGuarantee().- Specified by:
readRequestedDeliveryGuaranteeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestedDeliveryGuaranteeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedDeliveryGuaranteeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService requestedDeliveryGuarantee) Description copied from interface:BrokerWriterGroupTransportTypeAn asynchronous implementation ofBrokerWriterGroupTransportType.writeRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService).- Specified by:
writeRequestedDeliveryGuaranteeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestedDeliveryGuaranteeNode
public PropertyTypeNode getRequestedDeliveryGuaranteeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerWriterGroupTransportTypeGet the RequestedDeliveryGuaranteePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRequestedDeliveryGuaranteeNodein interfaceBrokerWriterGroupTransportType- Returns:
- the RequestedDeliveryGuarantee
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRequestedDeliveryGuaranteeNodeAsync
Description copied from interface:BrokerWriterGroupTransportTypeAsynchronous implementation ofBrokerWriterGroupTransportType.getRequestedDeliveryGuaranteeNode().- Specified by:
getRequestedDeliveryGuaranteeNodeAsyncin interfaceBrokerWriterGroupTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-