QueueHandlerBaseT Constructor
Base constructor to instantiate the TopicClient.
Namespace: MobileTrack.EventHandler.QueueHandlersAssembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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.