userver: Member List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
kafka::Producer Member List

This is the complete list of members for kafka::Producer, including all inherited members.

DumpMetric(utils::statistics::Writer &writer) constkafka::Producer
kDefaultPollTimeoutkafka::Producerstatic
kDefaultSendRetrieskafka::Producerstatic
operator=(const Producer &)=delete (defined in kafka::Producer)kafka::Producer
operator=(Producer &&)=delete (defined in kafka::Producer)kafka::Producer
Producer(std::unique_ptr< impl::Configuration > configuration, engine::TaskProcessor &producer_task_processor, std::chrono::milliseconds poll_timeout, std::size_t send_retries)kafka::Producer
Producer(const Producer &)=delete (defined in kafka::Producer)kafka::Producer
Producer(Producer &&)=delete (defined in kafka::Producer)kafka::Producer
Send(const std::string &topic_name, std::string_view key, std::string_view message, std::optional< std::uint32_t > partition=std::nullopt) constkafka::Producer
SendAsync(std::string topic_name, std::string key, std::string message, std::optional< std::uint32_t > partition=std::nullopt) constkafka::Producer
~Producer()kafka::Producer