juicycleff / nestjs-event-store

NestJS CQRS module for EventStore.org. It requires @nestjs/cqrs
https://xraph.com
MIT License
199 stars 29 forks source link

make properties of EventStore protected #26

Open artonio opened 3 years ago

artonio commented 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?