K - type of monitored itemV - type of data container containing the monitored datapublic interface IMonitoringService<K,V extends IMonitoringData>
| Modifier and Type | Method and Description |
|---|---|
void |
addMonitoredItem(K item)
Add object to list of monitored elements.
|
void |
doMeasurement()
Adds a new measurement.
|
List<?> |
getData() |
Copyright © 2015–2020. All rights reserved.