![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
This is the complete list of members for Cqrs.Snapshots.SnapshotStore, including all inherited members.
BuildEventData(Snapshot snapshot) | Cqrs.Snapshots.SnapshotStore | protectedvirtual |
ConfigurationManager | Cqrs.Snapshots.SnapshotStore | protected |
CorrelationIdHelper | Cqrs.Snapshots.SnapshotStore | protected |
CqrsSnapshotStoreStreamNamePattern | Cqrs.Snapshots.SnapshotStore | protected |
EventDeserialiser | Cqrs.Snapshots.SnapshotStore | protected |
GenerateStreamName(Type aggregateRootType, Guid aggregateId) | Cqrs.Snapshots.SnapshotStore | protectedvirtual |
Get(Type aggregateRootType, string streamName) | Cqrs.Snapshots.SnapshotStore | protectedpure virtual |
Get< TAggregateRoot >(Guid id) | Cqrs.Snapshots.SnapshotStore | virtual |
Logger | Cqrs.Snapshots.SnapshotStore | protected |
Save(Snapshot snapshot) | Cqrs.Snapshots.SnapshotStore | pure virtual |
SnapshotBuilder | Cqrs.Snapshots.SnapshotStore | protected |
SnapshotStore(IConfigurationManager configurationManager, ISnapshotDeserialiser eventDeserialiser, ISnapshotBuilder snapshotBuilder, ILogger logger, ICorrelationIdHelper correlationIdHelper) | Cqrs.Snapshots.SnapshotStore | protected |