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.
Cqrs.Azure.ServiceBus.AzureCommandBusReceiver< TAuthenticationToken > Class Template Reference

A ICommandReceiver<TAuthenticationToken> that receives network messages, resolves handlers and executes the handler. More...

+ Inheritance diagram for Cqrs.Azure.ServiceBus.AzureCommandBusReceiver< TAuthenticationToken >:

Detailed Description

A ICommandReceiver<TAuthenticationToken> that receives network messages, resolves handlers and executes the handler.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.