IConsumerThrottlingMetric.GetValueAsync method
Retrieves the value of the metric defined in the implementation of this interface.
public Task<long> GetValueAsync()
Return Value
A Task representing the asynchronous operation, with a Int64 result representing the metric's value.
See Also
- interface IConsumerThrottlingMetric
- namespace KafkaFlow.Middlewares.ConsumerThrottling