Click or drag to resize
AccidentalFish.ApplicationSupport.Core.BackoffProcesses Namespace
Hostable components for processing queues and subscriptions using a backoff algorithm
Classes
  ClassDescription
Public classBackoffQueueProcessorT
Base hostable component for processing items on a queue falling away into a backoff pattern when no queue items are available. To implement basic queue processing simply inherit from this class and override HandleRecievedItem supplying a back off policy and the queue to the constructor.
Public classBackoffSubscriptionProcessorT
Base hostable component for processing items on a subscription falling away into a backoff pattern when no queue items are available. To implement basic subscription processing simply inherit from this class and override HandleRecievedItem supplying a back off policy and the subscription to the constructor.