Class OffsetPlainWriter
java.lang.Object
io.aiven.kafka.connect.common.output.plainwriter.OffsetPlainWriter
- All Implemented Interfaces:
OutputFieldPlainWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(org.apache.kafka.connect.sink.SinkRecord record, OutputStream outputStream)
-
Constructor Details
-
OffsetPlainWriter
public OffsetPlainWriter()
-
-
Method Details
-
write
public void write(org.apache.kafka.connect.sink.SinkRecord record, OutputStream outputStream) throws IOException - Specified by:
write
in interfaceOutputFieldPlainWriter
- Throws:
IOException
-