Closed
Description
Expected Behavior
Provide accessors for collection and delete properties of MongoItemWriter, so that would be easier extending the class
Current Behavior
MongoItemWriter doesn't provide accessors for collection and delete properties
Context
Currently the MongoItemWriter has an extension point in doWrite method. I encountered some difficulties implementing
a custom "write or update" logic respecting the original contract, due to the fact that some private properties (collection and delete) don't provide an accessor method.