CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >, including all inherited members.

AggregateFactoryCqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protected
AkkaSnapshotRepository(ISnapshotStore snapshotStore, ISnapshotStrategy< TAuthenticationToken > snapshotStrategy, IAggregateRepository< TAuthenticationToken > repository, IEventStore< TAuthenticationToken > eventStore, IAggregateFactory aggregateFactory)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
EventStoreCqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protected
Get< TAggregateRoot >(Guid aggregateId, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
GetToDate< TAggregateRoot >(Guid aggregateId, DateTime versionedDate, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
GetToVersion< TAggregateRoot >(Guid aggregateId, int version, IList< IEvent< TAuthenticationToken >> events=null)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
LoadAggregateHistory< TAggregateRoot >(TAggregateRoot aggregate, IList< IEvent< TAuthenticationToken >> events=null, bool throwExceptionOnNoEvents=true)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
RepositoryCqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protected
Save< TAggregateRoot >(TAggregateRoot aggregate, int? expectedVersion=null)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >
SnapshotStoreCqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protected
SnapshotStrategyCqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protected
TryMakeSnapshot(IAggregateRoot< TAuthenticationToken > aggregate, IEnumerable< IEvent< TAuthenticationToken >> uncommittedChanges)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protectedvirtual
TryRestoreAggregateFromSnapshot< TAggregateRoot >(Guid id, TAggregateRoot aggregate)Cqrs.Akka.Snapshots.AkkaSnapshotRepository< TAuthenticationToken >protectedvirtual