![]()  | 
  
    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. 
   | 
 
Classes | |
| class | AkkaCommandBus | 
| A ICommandPublisher<TAuthenticationToken> that resolves handlers , executes the handler and then publishes the ICommand<TAuthenticationToken> on the public command bus.  More... | |
| class | AkkaCommandBusProxy | 
| A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> to the IActorRef which acts as a single point of all handler resolutions.  More... | |
| class | ConcurrentAkkaCommandSender | 
| interface | IAkkaCommandSender | 
| A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus.  More... | |
| interface | IAkkaCommandSenderProxy | 
| A ICommandSender<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus.  More... | |
| interface | IConcurrentAkkaCommandSender |