Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Upgrading milo v0.1 to v0.3

Thank You!

On Thu, Jul 18, 2019 at 5:37 PM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
Yes, each DataValue in the `dataValues` list corresponds with the UaMonitoredItem at the same index in the `monitoredItems` list.

On Wed, Jul 17, 2019 at 11:44 PM Prashob K T <prashob.ksd@xxxxxxxxx> wrote:
Hello,

I am upgrading an application having milo version 0.1.3 to 0.3.

while creating a notification listener using "new UaSubscription.NotificationListener()"  we have to override  onDataChangeNotification   method.

version:- 0.1.3
public void onDataChangeNotification(UaSubscription subscription,ImmutableList<Tuple2<UaMonitoredItem, DataValue>> itemValues, DateTime publishTime)

version:- 0.3.0
public void onDataChangeNotification(UaSubscription subscription, List<UaMonitoredItem> monitoredItems,
List<DataValue> dataValues, DateTime publishTime)


I would like to know whether the data in  List<UaMonitoredItem> monitoredItems & List<DataValue> dataValues are mapped based on list index.


Regards,
Prashob K T



_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top