ConsumeCb

The consume callback is used with Consumer::consumeCallback() methods and will be called for each consumed \p message.

The callback interface is optional but provides increased performance.

alias ConsumeCb = void delegate nothrow @nogc

Meta