Metadata container. More...
#include <rdkafkacpp.h>
|
| typedef std::vector< const BrokerMetadata * > | BrokerMetadataVector |
| | Brokers.
|
| |
| typedef std::vector< const TopicMetadata * > | TopicMetadataVector |
| | Topics.
|
| |
| typedef BrokerMetadataVector::const_iterator | BrokerMetadataIterator |
| | Brokers iterator.
|
| |
| typedef TopicMetadataVector::const_iterator | TopicMetadataIterator |
| | Topics iterator.
|
| |
|
| virtual const BrokerMetadataVector * | brokers () const =0 |
| | Broker list.
|
| |
| virtual const TopicMetadataVector * | topics () const =0 |
| | Topic list.
|
| |
| virtual int32_t | orig_broker_id () const =0 |
| | Broker (id) originating this metadata.
|
| |
| virtual std::string | orig_broker_name () const =0 |
| | Broker (name) originating this metadata.
|
| |
◆ brokers()
◆ topics()
The documentation for this class was generated from the following file: