Class InfluxDispatcher


public class InfluxDispatcher extends Dispatcher
  • Constructor Details

  • Method Details

    • push

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

      public void pushBatch(List<DataPoint<?>> batch)
      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