mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 19:47:55 +00:00
@@ -32,13 +32,14 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
#include "macros.h"
|
||||||
|
|
||||||
namespace cppkafka {
|
namespace cppkafka {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper over a configuration (key, value) pair
|
* Wrapper over a configuration (key, value) pair
|
||||||
*/
|
*/
|
||||||
class ConfigurationOption {
|
class CPPKAFKA_API ConfigurationOption {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Construct using a std::string value
|
* Construct using a std::string value
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ namespace cppkafka {
|
|||||||
* \brief Base template class for message construction
|
* \brief Base template class for message construction
|
||||||
*/
|
*/
|
||||||
template <typename BufferType, typename Concrete>
|
template <typename BufferType, typename Concrete>
|
||||||
class CPPKAFKA_API BasicMessageBuilder {
|
class BasicMessageBuilder {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Construct a BasicMessageBuilder
|
* Construct a BasicMessageBuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user