![]() |
Qore jni Module 2.6.0
|
Event- and message-based data provider for KAFKA client-side events. More...
#include <KafkaDataProvider.qc.dox.h>
Public Member Methods | |
| void | constructor (soft< hash< auto > > opts) |
| Child data provider map. | |
| void | constructor (KafkaConnection conn, soft< hash< auto > > opts) |
| Creates the object from a connection object. | |
| hash< DataProvider::DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
| soft< list< hash< DataProvider::DataProviderSummaryInfo > > > | getChildProviderSummaryInfo () |
| Return data provider summary info. | |
| soft< list< string > > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any. | |
| soft< DataProvider::AbstractDataProvider > | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown. | |
Public Member Methods inherited from KafkaDataProvider::KafkaDataProviderBase | |
| void | constructor (KafkaConnection conn) |
| Creates the object from a connection object. | |
Public Attributes | |
| const auto | ProviderInfo = ... |
| Provider info. | |
| const auto | ConstructorOptions = ... |
| Constructor options. | |
| const auto | ChildMap = ... |
| Child data provider map. | |
Event- and message-based data provider for KAFKA client-side events.
| soft< DataProvider::AbstractDataProvider > KafkaDataProvider::KafkaDataProvider::getChildProviderImpl | ( | string | name | ) |
Returns the given child provider or nothing if the given child is unknown.
| soft< list< string > > KafkaDataProvider::KafkaDataProvider::getChildProviderNamesImpl | ( | ) |
Returns a list of child data provider names, if any.