Interface OutputFieldPlainWriter
- All Known Implementing Classes:
AbstractValuePlainWriter
,Base64ValuePlainWriter
,HeadersPlainWriter
,KeyPlainWriter
,OffsetPlainWriter
,TimestampPlainWriter
,ValuePlainWriter
public interface OutputFieldPlainWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(org.apache.kafka.connect.sink.SinkRecord record, OutputStream outputStream)
-
Method Details
-
write
void write(org.apache.kafka.connect.sink.SinkRecord record, OutputStream outputStream) throws IOException - Throws:
IOException
-