Skip to main content
Version: 3.x

IConsumerThrottlingActionConfigurationBuilder.AboveThreshold method

Defines the threshold at which the throttling action should be triggered.

public IConsumerThrottlingThresholdActionConfigurationBuilder AboveThreshold(long threshold)
parameterdescription
thresholdThe threshold value for the action.

Return Value

An instance of IConsumerThrottlingThresholdActionConfigurationBuilder to further configure the action.

See Also