Interface KafkaRecord

  • All Known Implementing Classes:
    CellData, RowData

    public interface KafkaRecord
    An interface that indicates the record can be converted to a Struct.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.kafka.connect.data.Struct record​(org.apache.kafka.connect.data.Schema schema)
      return an kafka connect Struct based on the schema passed into the method
    • Method Detail

      • record

        org.apache.kafka.connect.data.Struct record​(org.apache.kafka.connect.data.Schema schema)
        return an kafka connect Struct based on the schema passed into the method
        Parameters:
        schema - of the Struct
        Returns:
        a Struct