Type Definition cqrs_es2_sql::SnapshotCqrs[][src]

pub type SnapshotCqrs<A> = CqrsFramework<A, SnapshotEventStore<A>>;
Expand description

A convenience type for creating a CqrsFramework backed by SnapshotSqlStore and using a simple metadata supplier with time of commit.