Skip to content
Duncan Jones edited this page Apr 12, 2020 · 5 revisions

Query

The Query class is part of the CQRS Support in this event sourcing library. It allows for the creation of a special event stream backed entity which represents a query which is then used to implement and track the progress of that query.

Events

The events in the execution history of a query are:-

Projections

The built-in projections for a query are:-

Clone this wiki locally