Class OpcUaSubscription.ServerState
java.lang.Object
org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscription.ServerState
- Enclosing class:
- OpcUaSubscription
The state of the Subscription as it exists on the server, after the most recent successful
operation.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerboolean
-
Method Details
-
getSubscriptionId
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSubscriptionId() -
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()
-