IQueueSizeCalculator interface
Represents an interface that is responsible for the abstraction of different types of queue size calculators.
public interface IQueueSizeCalculator
Members
| name | description |
|---|---|
| CalculateQueueSize(…) | Responsible for calculate and return a queue size value. |
See Also
- namespace Farfetch.LoadShedding.Calculators