Class OpcUaSubscription.ServerState

java.lang.Object
org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscription.ServerState
Enclosing class:
OpcUaSubscription

public static class OpcUaSubscription.ServerState extends Object
The state of the Subscription as it exists on the server, after the most recent successful operation.
  • Method Details

    • getSubscriptionId

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSubscriptionId()
    • getPublishingInterval

      public Double getPublishingInterval()
    • getLifetimeCount

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getLifetimeCount()
    • getMaxKeepAliveCount

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxKeepAliveCount()
    • getMaxNotificationsPerPublish

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNotificationsPerPublish()
    • getPriority

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPriority()
    • isPublishingEnabled

      public boolean isPublishingEnabled()