All Superinterfaces:
BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Subinterfaces:
PublishSubscribeType
All Known Implementing Classes:
PublishSubscribeTypeNode, PubSubKeyServiceTypeNode

public interface PubSubKeyServiceType extends BaseObjectType
See Also:
  • Method Details

    • getSecurityGroupsNode

      SecurityGroupFolderType getSecurityGroupsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the SecurityGroups SecurityGroupFolderType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the SecurityGroups SecurityGroupFolderType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSecurityGroupsNodeAsync

      CompletableFuture<? extends SecurityGroupFolderType> getSecurityGroupsNodeAsync()
      Asynchronous implementation of getSecurityGroupsNode().
      Returns:
      a CompletableFuture that completes successfully with the SecurityGroupFolderType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getKeyPushTargetsNode

      PubSubKeyPushTargetFolderType getKeyPushTargetsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the KeyPushTargets PubSubKeyPushTargetFolderType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the KeyPushTargets PubSubKeyPushTargetFolderType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getKeyPushTargetsNodeAsync

      CompletableFuture<? extends PubSubKeyPushTargetFolderType> getKeyPushTargetsNodeAsync()
      Asynchronous implementation of getKeyPushTargetsNode().
      Returns:
      a CompletableFuture that completes successfully with the PubSubKeyPushTargetFolderType Node or completes exceptionally if an error occurs creating or getting the Node.