This library constructs Aggregates' Domain by reading Event-Stream from EventStore.
How it works:
- Call the BuildState function, which sends meta-information containing current aggregate-version to EventStoreQuery-service.
- The events will be received on channel returned by above function.
- Check examples for how to use this library.
- Check tests-file for additional examples.