Skip to main content
Version: 3.x

IConsumerThrottlingMetric interface

Defines a metric that is used by the KafkaFlow consumer throttling feature.

public interface IConsumerThrottlingMetric

Members

namedescription
GetValueAsync()Retrieves the value of the metric defined in the implementation of this interface.

See Also