QueueHandlerBaseT Constructor

Base constructor to instantiate the TopicClient.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected QueueHandlerBase(
	ILogger logger,
	Lazy<IAzureCosmosDb> cosmosDb,
	IServiceProvider serviceProvider,
	ServiceBusContainer clientContainer,
	ActionFlowEvent actionFlowEvent
)

Parameters

logger  ILogger
Logging service
cosmosDb  LazyIAzureCosmosDb
Cosmos Database interop
serviceProvider  IServiceProvider
Service provider, which is needed when the nodes are being generated.
clientContainer  ServiceBusContainer
The service bus to receive messages from.
actionFlowEvent  ActionFlowEvent
The type of event this handler executes.

See Also