Interface SchemaAndValueProducer


  • public interface SchemaAndValueProducer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.kafka.connect.data.SchemaAndValue get​(org.bson.BsonDocument changeStreamDocument)  
    • Method Detail

      • get

        org.apache.kafka.connect.data.SchemaAndValue get​(org.bson.BsonDocument changeStreamDocument)