Qore jni Module 2.6.0
Loading...
Searching...
No Matches
KafkaDataProvider::KafkaDataProvider Class Reference

Event- and message-based data provider for KAFKA client-side events. More...

#include <KafkaDataProvider.qc.dox.h>

Inheritance diagram for KafkaDataProvider::KafkaDataProvider:
KafkaDataProvider::KafkaDataProviderBase

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.
 

Detailed Description

Event- and message-based data provider for KAFKA client-side events.

Member Function Documentation

◆ getChildProviderImpl()

soft< DataProvider::AbstractDataProvider > KafkaDataProvider::KafkaDataProvider::getChildProviderImpl ( string  name)

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()

soft< list< string > > KafkaDataProvider::KafkaDataProvider::getChildProviderNamesImpl ( )

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: