IConsumerThrottlingMetricConfigurationBuilder.WithInterval method
Sets the interval at which the throttling metric is checked. The throttling actions will be applied based on this interval.
public IConsumerThrottlingActionsConfigurationBuilder WithInterval(TimeSpan interval)
| parameter | description |
|---|---|
| interval | The interval for checking the metric. |
Return Value
The IConsumerThrottlingActionsConfigurationBuilder to continue configuring throttling actions.