Interface MonitoringSetsReceiver

All Superinterfaces:
StreamingResponseReceiver
All Known Subinterfaces:
MonitoringSetsSubscribedReceiver

public interface MonitoringSetsReceiver extends StreamingResponseReceiver
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 Type
    Method
    Description
    void
    Called when a monitoring set is received successfully

    Methods inherited from interface energy.trolie.client.StreamingResponseReceiver

    error
  • Method Details

    • monitoringSet

      void monitoringSet(MonitoringSet monitoringSet)
      Called when a monitoring set is received successfully
      Parameters:
      monitoringSet - received monitoring set