Modern C++ Kafka API
Public Member Functions | Public Attributes | List of all members
KAFKA_API::clients::admin::ListTopicsResult Struct Reference

The result of AdminClient::listTopics(). More...

#include <AdminCommon.h>

Public Member Functions

 ListTopicsResult (const Error &err)
 
 ListTopicsResult (Topics names)
 

Public Attributes

Error error
 The result error.
 
Topics topics
 The topics fetched.
 

Detailed Description

The result of AdminClient::listTopics().


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