![]() |
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.
|
Namespaces | |
namespace | Commands |
Classes | |
class | AkkaAggregateRepository |
A AggregateRepository<TAuthenticationToken> that is safe to use within Akka.NET More... | |
class | AkkaAggregateRoot |
An IAggregateRoot<TAuthenticationToken> that is safe to use within Akka.NET More... | |
class | AkkaAggregateRootProxy |
A remote proxy to an IAggregateRoot<TAuthenticationToken>. More... | |
class | AkkaSaga |
A ISaga<TAuthenticationToken> that is safe to use within Akka.NET More... | |
class | AkkaSagaProxy |
A remote proxy to an ISaga<TAuthenticationToken>. More... | |
class | AkkaSagaRepository |
A SagaRepository<TAuthenticationToken> that is safe to use within Akka.NET More... | |
interface | IAkkaAggregateRepository |
A AggregateRepository<TAuthenticationToken> that is safe to use within Akka.NET More... | |
interface | IAkkaAggregateResolver |
A resolver for IActorRef instances of IAggregateRoot<TAuthenticationToken>. More... | |
interface | IAkkaAggregateRootProxy |
A remote proxy to an IAggregateRoot<TAuthenticationToken>. More... | |
interface | IAkkaSagaProxy |
A remote proxy to an ISaga<TAuthenticationToken>. More... | |
interface | IAkkaSagaRepository |
A SagaRepository<TAuthenticationToken> that is safe to use within Akka.NET More... | |
interface | IAkkaSagaResolver |
A resolver for IActorRef instances of ISaga<TAuthenticationToken>. More... | |