Interface MonitoringSetsReceiver
- All Superinterfaces:
StreamingResponseReceiver
- All Known Subinterfaces:
MonitoringSetsSubscribedReceiver
Streaming receiver for updated monitoring set data and errors from subscriber.
The current request handling can be terminated in any of these methods by throwing an exception.
Errors originating from the subscriber thread will be sent to
StreamingResponseReceiver.error(StreamingGetException)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
monitoringSet
(MonitoringSet monitoringSet) Called when a monitoring set is received successfullyMethods inherited from interface energy.trolie.client.StreamingResponseReceiver
error
-
Method Details
-
monitoringSet
Called when a monitoring set is received successfully- Parameters:
monitoringSet
- received monitoring set
-