![]() |
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.
|
Provides basic repository methods for operations with instances of ISaga<TAuthenticationToken>. More...
Public Member Functions | |
void | Save< TSaga > (TSaga saga, int? expectedVersion=null) |
Save and persist the provided saga , optionally providing the version number the ISaga<TAuthenticationToken> is expected to be at. More... | |
TSaga | Get< TSaga > (Guid sagaId, IList< ISagaEvent< TAuthenticationToken >> events=null) |
Retrieves an ISaga<TAuthenticationToken> of type TSaga . More... | |
Provides basic repository methods for operations with instances of ISaga<TAuthenticationToken>.
TAuthenticationToken | The Type of authentication token. |