Open artonio opened 3 years ago
If I wanted to extend EventStore and modify the publish function for example to include metadata, I can't extend the EventStore class because all the properties are private, can we make them protected?
If I wanted to extend EventStore and modify the publish function for example to include metadata, I can't extend the EventStore class because all the properties are private, can we make them protected?