Package com.example.consumer1
Class ConsumerReportProcessor
-
- All Implemented Interfaces:
-
org.somda.sdc.biceps.common.access.MdibAccessObserver
public class ConsumerReportProcessor implements MdibAccessObserverThis class handles incoming reports on the provider.
Every incoming report triggers the respective handler, or the generic onUpdate handler if no specialized handler is found.
-
-
Constructor Summary
Constructors Constructor Description ConsumerReportProcessor()
-
Method Summary
Modifier and Type Method Description Map<String, Long>getMetricChanges()Map<String, Long>getConditionChanges()-
-
Method Detail
-
getMetricChanges
Map<String, Long> getMetricChanges()
-
getConditionChanges
Map<String, Long> getConditionChanges()
-
-
-
-