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.
Cqrs.Akka.Domain Namespace Reference

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...
 
class  DeadletterToLoggerProxy
 Proxy deadletters to ILogger. 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...
 
interface  IAkkaSnapshotAggregateRepository
 Provides basic snapshot repository methods for operations with instances of IAggregateRoot<TAuthenticationToken>. More...