Class FfillDispatcher


public class FfillDispatcher extends Dispatcher
  • Constructor Details

    • FfillDispatcher

      public FfillDispatcher(EventBus eventBus, org.json.JSONArray devices, Long frequencyMillis)
  • Method Details

    • push

      public void push(DataPoint<?> dataPoint) throws IOException
      Specified by:
      push in class Dispatcher
      Throws:
      IOException
    • pushBatch

      public void pushBatch(List<DataPoint<?>> timeSeries)
      Specified by:
      pushBatch in class Dispatcher
    • stop

      public void stop()
      Description copied from class: Service
      Stops the service.

      By default, this method logs a message indicating that no stop logic is implemented. Subclasses should override this method to provide custom shutdown behavior when necessary.

      Overrides:
      stop in class Service