| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.subscriptions |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedSubscription |
ManagedItem.subscription |
| Modifier and Type | Method and Description |
|---|---|
static ManagedSubscription |
ManagedSubscription.create(OpcUaClient client)
Create a
ManagedSubscription with the default publishing interval. |
static ManagedSubscription |
ManagedSubscription.create(OpcUaClient client,
double publishingInterval)
Create a
ManagedSubscription with the publishing interval specified by publishingInterval. |
ManagedSubscription |
ManagedItem.getSubscription()
Get the
ManagedSubscription this item belongs to. |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<ManagedSubscription> |
ManagedSubscription.createAsync(OpcUaClient client,
double publishingInterval)
Create a
ManagedSubscription with the publishing interval specified by publishingInterval. |
| Modifier and Type | Method and Description |
|---|---|
default void |
ManagedSubscription.StatusListener.onNotificationDataLost(ManagedSubscription subscription)
Notification data for this subscription was lost because attempts to call the Republish service failed.
|
default void |
ManagedSubscription.StatusListener.onSubscriptionStatusChanged(ManagedSubscription subscription,
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode statusCode)
A status change notification for
subscription was received. |
default void |
ManagedSubscription.StatusListener.onSubscriptionTransferFailed(ManagedSubscription subscription,
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode statusCode)
A subscription transfer has failed.
|
| Constructor and Description |
|---|
BatchModifyMonitoredItems(ManagedSubscription subscription) |
BatchSetMonitoringMode(ManagedSubscription subscription) |
ManagedEventItem(OpcUaClient client,
ManagedSubscription subscription,
OpcUaMonitoredItem monitoredItem) |
Copyright © 2021. All rights reserved.