Package io.hstream

Interface BufferedProducer

    • Method Detail

      • flush

        void flush()
        explicitly flush buffered records.
      • close

        void close()
        closes the buffered producer, will call flush() first
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable