Skip to content

Provide accessors in MongoItemWriter to facilitate extensions #3973

Closed
@vincendep

Description

@vincendep

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions