Trait rdkafka::client::Context [] [src]

pub trait Context: Send + Sync { }

A Context is an object that can store user-defined data and on which callbacks can be defined. Refer to the list of methods to see which callbacks can currently be overridden. The context must be thread safe, and might be owned by multiple threads.

Implementors