internal abstract class QueueHandlerBase<T> : BackgroundService
where T : BaseInputModel
[Missing <typeparam name="T"/> documentation for "T:MobileTrack.EventHandler.QueueHandlers.QueueHandlerBase`1"]
| QueueHandlerBaseT | Base constructor to instantiate the TopicClient. |
| DefaultBehavior | Behavior that must always be executed for this particular queue handler. |
| ExecuteAsync |
This method is called when the IHostedService starts. The implementation should return a task that represents
the lifetime of the long running operation(s) being performed.
(Overrides BackgroundServiceExecuteAsync(CancellationToken)) |
| IsInputValid | Returns if the input is valid and can be processed. |
| PlaceInputIntoStartNode | Places the input (model provided by the Azure Service Bus) into the start node's output ports. |