Interface AbstractMonitoringReceiverTest.MonitoringRecieverLifecycle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start​(de.iip_ecosphere.platform.transport.connectors.TransportSetup transSetup)
      Starts the receiver.
      void stop()
      Stops the receiver.
    • Method Detail

      • start

        void start​(de.iip_ecosphere.platform.transport.connectors.TransportSetup transSetup)
        Starts the receiver. May also create it.
        Parameters:
        transSetup - the transport setup
      • stop

        void stop()
        Stops the receiver.