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 | AkkaEventBus |
An IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus. More... | |
class | AkkaEventBusProxy |
A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> to the IActorRef which acts as a single point of all handler resolutions. More... | |
class | AkkaEventHandler |
interface | IAkkaEventPublisher |
An IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus. More... | |
interface | IAkkaEventPublisherProxy |
A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus. More... | |