Interface MongoOperation
- All Known Implementing Classes:
MongoDelete
,Overwrite
public interface MongoOperation
Mongo operation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(com.mongodb.client.MongoCollection<org.bson.Document> collection)
-
Method Details
-
execute
void execute(com.mongodb.client.MongoCollection<org.bson.Document> collection)
-