Uses of Class
org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscription
Packages that use OpcUaSubscription
Package
Description
-
Uses of OpcUaSubscription in org.eclipse.milo.opcua.sdk.client
Methods in org.eclipse.milo.opcua.sdk.client that return types with arguments of type OpcUaSubscriptionMethods in org.eclipse.milo.opcua.sdk.client with parameters of type OpcUaSubscriptionModifier and TypeMethodDescriptionvoidOpcUaClient.addSubscription(OpcUaSubscription subscription) voidOpcUaClient.removeSubscription(OpcUaSubscription subscription) -
Uses of OpcUaSubscription in org.eclipse.milo.opcua.sdk.client.subscriptions
Methods in org.eclipse.milo.opcua.sdk.client.subscriptions with parameters of type OpcUaSubscriptionModifier and TypeMethodDescriptiondefault voidOpcUaSubscription.SubscriptionListener.onDataReceived(OpcUaSubscription subscription, List<OpcUaMonitoredItem> items, List<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue> values) Called when a Subscription receives a data change notification from the Server.default voidOpcUaSubscription.SubscriptionListener.onEventReceived(OpcUaSubscription subscription, List<OpcUaMonitoredItem> items, List<org.eclipse.milo.opcua.stack.core.types.builtin.Variant[]> fields) Called when a Subscription receives an event notification from the Server.default voidOpcUaSubscription.SubscriptionListener.onKeepAliveReceived(OpcUaSubscription subscription) Called when a Subscription receives a keep-alive notification from the Server.default voidOpcUaSubscription.SubscriptionListener.onNotificationDataLost(OpcUaSubscription subscription) Called when attempts to recover missed data notifications have failed, i.e. the Republish service was called for one or more missing sequence numbers but the Server was unable to fulfill the requests.default voidOpcUaSubscription.SubscriptionListener.onStatusChanged(OpcUaSubscription subscription, org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode status) Called when the status of the Subscription has changed.default voidOpcUaSubscription.SubscriptionListener.onTransferFailed(OpcUaSubscription subscription, org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode status) Called when a new Session is established after reconnecting, but transferring this Subscription to the new Session was unsuccessful.default voidOpcUaSubscription.SubscriptionListener.onWatchdogTimerElapsed(OpcUaSubscription subscription) The Subscription's watchdog timer has elapsed.