Skip to main content
Version: 3.x

PendingOffsetsStatisticsHandler constructor

Initializes a new instance of the PendingOffsetsStatisticsHandler class with the specified handler and interval.

public PendingOffsetsStatisticsHandler(
Action<IDependencyResolver, IEnumerable<TopicPartitionOffset>> handler, TimeSpan interval)
parameterdescription
handlerThe action to handle pending offsets statistics.
intervalThe interval at which the handler should be executed.

See Also