AccidentalFish.ApplicationSupport.Core.BackoffProcesses Namespace |
Class | Description | |
---|---|---|
![]() | BackoffQueueProcessorT |
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.
|
![]() | BackoffSubscriptionProcessorT |
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.
|