Package org.apache.beam.io.debezium
Interface SourceRecordMapper<T>
- Type Parameters:
 T- The desired type you want to map the Kafka source record
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 SourceRecordJson.SourceRecordJsonMapper
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface used to map a Kafka source record.
- 
Method Summary
Modifier and TypeMethodDescriptionmapSourceRecord(org.apache.kafka.connect.source.SourceRecord sourceRecord)  
- 
Method Details
- 
mapSourceRecord
- Throws:
 Exception
 
 -