Skip to main content
Version: 3.x

IConsumer.OnStatistics method

Register a handler to be executed to receive statistics information

public void OnStatistics(Action<IConsumer<byte[], byte[]>, string> handler)
parameterdescription
handlerThe handler that will be executed

See Also