olp-cpp-sdk
1.22.0
|
Holds all Kafka consumer properties that should be passed to the Stream API. More...
#include <ConsumerProperties.h>
Public Member Functions | |
ConsumerProperties (ConsumerOptions properties) | |
Creates the ConsumerProperties instance. More... | |
ConsumerProperties (std::initializer_list< ConsumerOption > properties) | |
Creates the ConsumerProperties instance. More... | |
const ConsumerOptions & | GetProperties () const |
Gets the ConsumerProperties instance. More... | |
Holds all Kafka consumer properties that should be passed to the Stream API.
|
inlineexplicit |
Creates the ConsumerProperties
instance.
properties | The ConsumerOptions instances. |
|
inline |
Creates the ConsumerProperties
instance.
properties | The list of the ConsumerProperties instances. |
|
inline |
Gets the ConsumerProperties
instance.
ConsumerProperties
instance.