Skip to main content
Version: 3.x

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)
parameterdescription
intervalThe interval for checking the metric.

Return Value

The IConsumerThrottlingActionsConfigurationBuilder to continue configuring throttling actions.

See Also