Skip to main content
Version: 3.x

IConsumerThrottlingThresholdActionConfigurationBuilder interface

An interface to configure the actions applied when a throttling threshold is met.

public interface IConsumerThrottlingThresholdActionConfigurationBuilder

Members

namedescription
Apply(…)Configures the action to apply when the throttling threshold is met. The factory function takes an instance of IDependencyResolver, allowing you to resolve dependencies required to create an instance of IConsumerThrottlingAction.

See Also