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.Snapshots.ISnapshotStrategy< TAuthenticationToken > Interface Template Reference

Provides information about the ability to make and get snapshots. More...

+ Inheritance diagram for Cqrs.Snapshots.ISnapshotStrategy< TAuthenticationToken >:

Public Member Functions

bool ShouldMakeSnapShot (IAggregateRoot< TAuthenticationToken > aggregate, IEnumerable< IEvent< TAuthenticationToken >> uncommittedChanges=null)
 Indicates if the provided aggregate should have a Snapshot made. This does NOT indicate if the provided aggregate can have a Snapshot made or not. More...
 
bool IsSnapshotable (Type aggregateType)
 Indicates if the provided aggregateType can have a Snapshot made or not. More...
 

Detailed Description

Provides information about the ability to make and get snapshots.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.