IConsumerThrottlingThresholdActionConfigurationBuilder interface
An interface to configure the actions applied when a throttling threshold is met.
public interface IConsumerThrottlingThresholdActionConfigurationBuilder
Members
name | description |
---|---|
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 . |