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

Classes

class  BusHelper
 
class  FileBasedLastEventProcessedStore
 
interface  IBusHelper
 
interface  ICommandHandlerRegistrar
 Registers command handlers that listen and respond to commands. More...
 
interface  IEventHandlerRegistrar
 Registers event handlers that listen and respond to events. More...
 
interface  IHandlerRegistrar
 Registers event or command handlers that listen and respond to events or commands. More...
 
class  InProcessBus
 An in process command bus (ICommandPublisher<TAuthenticationToken> and ICommandReceiver<TAuthenticationToken>) event bus (IEventPublisher<TAuthenticationToken> and IEventHandler<TAuthenticationToken,TTarget,TEvent>) as well as a IEventHandlerRegistrar and ICommandHandlerRegistrar that requires no networking. More...
 
interface  IStoreLastEventProcessed
 
class  MultipleCommandHandlersRegisteredException
 
class  MultipleHandlersRegisteredException
 
class  NoHandlerRegisteredException
 
class  NoHandlersRegisteredException
 
class  QueuedCommandBusReceiver
 
class  Route
 
class  RouteHandlerDelegate
 
class  RouteManager