[−][src]Type Definition postgres_es::PostgresSnapshotCqrs
type PostgresSnapshotCqrs<A, E> = CqrsFramework<A, E, PostgresSnapshotStore<A, E>, PostgresSnapshotStoreAggregateContext<A>>;
A convenience type for creating a CqrsFramework backed by PostgresSnapshotStore and using a simple metadata supplier with time of commit.