Skip to content

v0.76.4014

Compare
Choose a tag to compare
@rasmus rasmus released this 19 Oct 20:55
a141b08
  • 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