Struct rdkafka::client::DefaultClientContext
source · [−]pub struct DefaultClientContext;
Expand description
An empty ClientContext
that can be used when no customizations are
needed.
Uses the default callback implementations provided by ClientContext
.
Trait Implementations
Receives log lines from librdkafka. Read more
Receives the decoded statistics of the librdkafka client. To enable, the
statistics.interval.ms
configuration parameter must be specified. Read more
Receives the JSON-encoded statistics of the librdkafka client. To
enable, the statistics.interval.ms
configuration parameter must be
specified. Read more
Receives global errors from the librdkafka client. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DefaultClientContext
impl Send for DefaultClientContext
impl Sync for DefaultClientContext
impl Unpin for DefaultClientContext
impl UnwindSafe for DefaultClientContext
Blanket Implementations
Mutably borrows from an owned value. Read more