|
olp-cpp-sdk 1.24.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. | |
| ConsumerProperties (std::initializer_list< ConsumerOption > properties) | |
Creates the ConsumerProperties instance. | |
| const ConsumerOptions & | GetProperties () const |
Gets the ConsumerProperties instance. | |
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.