![]() |
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.
|
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 |
Executes event handler methods. More... | |
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... | |