[][src]Module cqrs::trivial

Provides a trivial implementation of event/snapshot/entity source/sink/store constructs.

Structs

NullEventStore

A trivial store that never has any events, and which always succeeds in persisting data (which is immediately dropped).

NullSnapshotStore

A trivial store that never has any snapshots, and which always succeeds in persisting data (which is immediately dropped).