Interface MongoOperation

All Known Implementing Classes:
MongoDelete, Overwrite

public interface MongoOperation
Mongo operation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(com.mongodb.client.MongoCollection<org.bson.Document> collection)
     
  • Method Details

    • execute

      void execute(com.mongodb.client.MongoCollection<org.bson.Document> collection)