Class AbstractJsonOutputStreamWriter
java.lang.Object
io.aiven.kafka.connect.common.output.jsonwriter.AbstractJsonOutputStreamWriter
- All Implemented Interfaces:
OutputStreamWriter
- Direct Known Subclasses:
JsonLinesOutputStreamWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeOneRecord
(OutputStream outputStream, org.apache.kafka.connect.sink.SinkRecord record) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.aiven.kafka.connect.common.output.OutputStreamWriter
startWriting, stopWriting, writeRecordsSeparator
-
Method Details
-
writeOneRecord
public void writeOneRecord(OutputStream outputStream, org.apache.kafka.connect.sink.SinkRecord record) throws IOException - Specified by:
writeOneRecord
in interfaceOutputStreamWriter
- Throws:
IOException
-