![]() |
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.
|
Provides information about the ability to make and get snapshots. More...
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... | |
Provides information about the ability to make and get snapshots.
TAuthenticationToken | The Type of the authentication token. |