Skip to content

v0.7.481

Compare
Choose a tag to compare
@rasmus rasmus released this 22 May 04:54
  • New: EventFlow now includes a IQueryProcessor that enables you to implement
    queries and query handlers in a structure manner. EventFlow ships with two
    ready-to-use queries and related handlers
    • ReadModelByIdQuery<TReadModel>: Supported by in-memory and MSSQL read
      model stores
    • InMemoryQuery<TReadModel>: Only supported by in-memory read model store,
      but lets you search for any read model based on a Predicate<TReadModel>