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.
Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >, including all inherited members.

AuthenticationTokenHelperCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
BusHelperCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
ConfigurationManagerCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
CorrelationIdHelperCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
CreateQueueAndAttachListenerIfNotExist(string queueName)Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protectedvirtual
DequeuAndProcessCommand(string queueName)Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protectedvirtual
EnqueueCommand(string targetQueueName, ICommand< TAuthenticationToken > command)Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protectedvirtual
LoggerCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
QueueCountCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >
QueuedCommandBusReceiver(IAuthenticationTokenHelper< TAuthenticationToken > authenticationTokenHelper, ICorrelationIdHelper correlationIdHelper, ILogger logger, IConfigurationManager configurationManager, IBusHelper busHelper)Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
QueueNamesCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >
QueueTrackerCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protectedstatic
QueueTrackerLockCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
ReceiveCommand(ICommand< TAuthenticationToken > command)Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >virtual
RoutesCqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >protected
Start()Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >pure virtual