Skip to main content
Version: 3.x

IConsumerThrottlingAction interface

Defines a throttling action that can be executed by a KafkaFlow consumer.

public interface IConsumerThrottlingAction

Members

namedescription
ExecuteAsync()Executes the action defined in the implementation of this interface.

See Also