Class MongoDbDelete

    • Constructor Summary

      Constructors 
      Constructor Description
      MongoDbDelete()  
    • 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

      • MongoDbDelete

        public MongoDbDelete()
    • Method Detail

      • perform

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