Class TopicCollection
A class used to represent a collection of topics.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class TopicCollection
Methods
OfTopicNames(IEnumerable<string>)
Returns a human readable representation of this object.
Declaration
public static TopicCollection OfTopicNames(IEnumerable<string> topics)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | topics |
Returns
| Type | Description |
|---|---|
| TopicCollection |
ToString()
Returns a JSON representation of this object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A JSON representation of this object. |