Interface NodeSubscriptionDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicNodeSubscriptionDefinition

public interface NodeSubscriptionDefinition extends Serializable
Provides the meta data needed for an OPC server to subscribe to a node
  • Method Summary

    Modifier and Type
    Method
    Description
    The servername/node id to subscribe to
    The name of the subscription that this subscription should be a part of
  • Method Details

    • getServerNodeId

      ServerNodeId getServerNodeId()
      The servername/node id to subscribe to
    • getSubscriptionName

      String getSubscriptionName()
      The name of the subscription that this subscription should be a part of