![]() |
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 | 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 | ConcurrentAkkaCommandPublisher |
A IAkkaCommandPublisher<TAuthenticationToken> that ensure concurrency regardless of what it passes the command onto as it is a ReceiveActor More... | |
interface | IAkkaCommandPublisher |
A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus. More... | |
interface | IAkkaCommandPublisherProxy |
A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus. More... | |
interface | IConcurrentAkkaCommandPublisher |
A IAkkaCommandPublisher<TAuthenticationToken> that ensure concurrency regardless of what it passes the command onto as it is a ReceiveActor More... | |