Interface PollingRunner

  • All Known Implementing Classes:
    SimpleHttpTicker

    public interface PollingRunner
    used to fetch data which is not pushed into the system. Temparature measurements, for example, are pushed into the DB using a PUT call via the WebServer. Gude Switch states, however, need to be polled using this interface.