Interface IPipeReader


public interface IPipeReader
This is a simple interface for a reader that works on a pipe.
Since:
1.3
  • Method Details

    • notifyPipeClosed

      void notifyPipeClosed()
      Called to notify the reader that the pipe is closed.
      Since:
      1.3
    • newMonitoringRecord

      boolean newMonitoringRecord​(IMonitoringRecord record)
      Called for each new record.
      Parameters:
      record - the record.
      Returns:
      true on success; false in case of an error.
      Since:
      1.5