Qore jni Module 2.4.0
All Classes Namespaces Functions Variables Modules Pages
KafkaDataProvider::KafkaDataProviderFactory Class Reference

The KAFKA data provider factory. More...

#include <KafkaDataProviderFactory.qc.dox.h>

Inherits DataProvider::AbstractDataProviderFactory.

Private Member Methods

hash< DataProviderFactoryInfo > getInfoImpl ()
 Returns static factory information without provider_info.
 
hash< DataProviderInfo > getProviderInfoImpl ()
 Returns static provider information.
 
Class getClassImpl ()
 Returns the class for the data provider object.
 

Private Attributes

const FactoryInfo = ...
 Factory info.
 

Static Private Attributes

static Class cls = new Class("KafkaDataProvider")
 Data provider type info.
 

Detailed Description

The KAFKA data provider factory.

Member Function Documentation

◆ getInfoImpl()

hash< DataProviderFactoryInfo > KafkaDataProvider::KafkaDataProviderFactory::getInfoImpl ( )
private

Returns static factory information without provider_info.

Returns
static factory information without provider_info which is provided by getProviderInfo()

◆ getProviderInfoImpl()

hash< DataProviderInfo > KafkaDataProvider::KafkaDataProviderFactory::getProviderInfoImpl ( )
private

Returns static provider information.

Note
the name and children attributes are not returned as they are dynamic attributes

The documentation for this class was generated from the following file: