![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Classes | |
class | AzureCommandBusPublisherModule |
A INinjectModule that wires up AzureCommandBusPublisher<TAuthenticationToken> as the ICommandPublisher<TAuthenticationToken> and other require components. More... | |
class | AzureCommandBusReceiverModule |
A INinjectModule that wires up AzureCommandBusReceiver<TAuthenticationToken> as the ICommandReceiver and other require components. More... | |
class | AzureCommandBusSenderModule |
A INinjectModule that wires up AzureCommandBusPublisher<TAuthenticationToken> as the ICommandPublisher<TAuthenticationToken> and other require components. More... | |
class | AzureCommandHubPublisherModule |
A INinjectModule that wires up AzureCommandBusPublisher<TAuthenticationToken> as the ICommandPublisher<TAuthenticationToken> and other require components. More... | |
class | AzureCommandHubReceiverModule |
A INinjectModule that wires up AzureCommandBusReceiver<TAuthenticationToken> as the ICommandReceiver and other require components. More... | |
class | AzureQueuedCommandBusReceiverModule |
A INinjectModule that wires up AzureQueuedCommandBusReceiver<TAuthenticationToken> as the ICommandReceiver and other require components. More... | |
class | AzureQueuedCommandHubReceiverModule |
A INinjectModule that wires up AzureQueuedCommandBusReceiver<TAuthenticationToken> as the ICommandReceiver and other require components. More... | |