v0.76.4014
- New: Mongo DB read model store Queryable:
MongoDbReadModelStore readModelStore; IQueryable<TReadModel> queryable = readModelStore.AsQueryable();
- New: Moved publish of messages in
RabbitMqPublisher
to a new virtual
method to ease reuse and customization - Fixed: MongoDB read models no longer has the
new()
generic requirement,
which aligns read model requirements with the rest of EventFlow