Class HeadersPlainWriter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(org.apache.kafka.connect.sink.SinkRecord record, java.io.OutputStream outputStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeadersPlainWriter

        public HeadersPlainWriter()
    • Method Detail

      • write

        public void write​(org.apache.kafka.connect.sink.SinkRecord record,
                          java.io.OutputStream outputStream)
                   throws java.io.IOException
        Specified by:
        write in interface OutputFieldPlainWriter
        Throws:
        java.io.IOException