Skip to main content

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

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




Back to the top