public class TopicListing extends Object
| Constructor and Description |
|---|
TopicListing(String name, boolean internal)Deprecated. Since 3.0 use TopicListing(String, Uuid, boolean) instead |
TopicListing(String name, Uuid topicId, boolean internal)Create an instance with the specified parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean | isInternal()Whether the topic is internal to Kafka. |
String | name()The name of the topic. |
Uuid | topicId()The id of the topic. |
String | toString() |
@Deprecated public TopicListing(String name, boolean internal)
TopicListing(String, Uuid, boolean) insteadname - The topic nameinternal - Whether the topic is internal to Kafka