![]() |
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.AkkaAggregateRootProxy< TAuthenticationToken, TAggregateRoot >:Public Member Functions | |
| virtual IEnumerable< IEvent< TAuthenticationToken > > | GetUncommittedChanges () |
| virtual void | MarkChangesAsCommitted () |
| virtual void | LoadFromHistory (IEnumerable< IEvent< TAuthenticationToken >> history) |
Properties | |
| IActorRef | ActorReference [get, set] |
| TAggregateRoot | Aggregate [get, protected set] |
| virtual Guid | Id [get] |
| virtual int | Version [get] |
Properties inherited from Cqrs.Akka.Domain.IAkkaAggregateRootProxy< TAggregateRoot > | |
| IActorRef | ActorReference [get] |
| TAggregate | Aggregate [get] |
Properties inherited from Cqrs.Domain.IAggregateRoot< TAuthenticationToken > | |
| Guid | Id [get] |
| int | Version [get] |