Class OffsetPlainWriter
java.lang.Object
io.aiven.kafka.connect.common.output.plainwriter.OffsetPlainWriter
- All Implemented Interfaces:
 OutputFieldPlainWriter
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(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:
 writein interfaceOutputFieldPlainWriter- Throws:
 IOException
 
 -