Class RdbmsInsert

    • Constructor Summary

      Constructors 
      Constructor Description
      RdbmsInsert()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.mongodb.client.model.WriteModel<org.bson.BsonDocument> perform​(SinkDocument doc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RdbmsInsert

        public RdbmsInsert()
    • Method Detail

      • perform

        public com.mongodb.client.model.WriteModel<org.bson.BsonDocument> perform​(SinkDocument doc)
        Specified by:
        perform in interface CdcOperation