QueueHandlerBaseT Constructor

Base constructor to instantiate the TopicClient.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
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