EventCb

Event callback class

Events are a generic interface for propagating errors, statistics, logs, etc from librdkafka to the application.

alias EventCb = void delegate
()
nothrow @nogc

See Also

Event

Meta