![]() |
CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Inheritance diagram for Cqrs.Akka.Domain.AkkaSagaProxy< TAuthenticationToken, TSaga >:Public Member Functions | |
| virtual IEnumerable< ISagaEvent< TAuthenticationToken > > | GetUncommittedChanges () |
| virtual void | MarkChangesAsCommitted () |
| virtual void | LoadFromHistory (IEnumerable< ISagaEvent< TAuthenticationToken >> history) |
Properties | |
| IActorRef | ActorReference [get, set] |
| TSaga | Saga [get, protected set] |
| virtual Guid | Id [get] |
| virtual int | Version [get] |
Properties inherited from Cqrs.Akka.Domain.IAkkaSagaProxy< TSaga > | |
| IActorRef | ActorReference [get] |
| TSaga | Saga [get] |
Properties inherited from Cqrs.Domain.ISaga< TAuthenticationToken > | |
| Guid | Id [get] |
| int | Version [get] |