Event- and message-based data provider for KAFKA client-side events.
More...
#include <KafkaDataProvider.qc.dox.h>
|
| constructor (KafkaConnection conn, *hash< auto > opts) |
| Creates the object from a connection object.
|
|
hash< DataProvider::DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
*list< hash< DataProvider::DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
| Return data provider summary info.
|
|
| constructor (KafkaConnection conn) |
| Creates the object from a connection object.
|
|
|
const | ProviderInfo = ... |
| Provider info.
|
|
const | ConstructorOptions = ... |
| Constructor options.
|
|
const | ChildMap = ... |
| Child data provider map.
|
|
|
*list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any.
|
|
*DataProvider::AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown.
|
|
Event- and message-based data provider for KAFKA client-side events.
◆ getChildProviderImpl()
*DataProvider::AbstractDataProvider KafkaDataProvider::KafkaDataProvider::getChildProviderImpl |
( |
string |
name | ) |
|
|
private |
Returns the given child provider or nothing if the given child is unknown.
- Returns
- the given child provider or nothing if the given child is unknown
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
*list< string > KafkaDataProvider::KafkaDataProvider::getChildProviderNamesImpl |
( |
| ) |
|
|
private |
Returns a list of child data provider names, if any.
- Returns
- a list of child data provider names, if any
The documentation for this class was generated from the following file:
- doxygen/qlib/KafkaDataProvider/KafkaDataProvider.qc.dox.h