Package org.apache.kafka.common
Class TopicCollection.TopicNameCollection
java.lang.Object
org.apache.kafka.common.TopicCollection
org.apache.kafka.common.TopicCollection.TopicNameCollection
- Enclosing class:
- TopicCollection
A class used to represent a collection of topics defined by their topic name.
 Subclassing this class beyond the classes provided here is not supported.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.kafka.common.TopicCollectionTopicCollection.TopicIdCollection, TopicCollection.TopicNameCollection
- 
Method SummaryMethods inherited from class org.apache.kafka.common.TopicCollectionofTopicIds, ofTopicNames
- 
Method Details- 
topicNames- Returns:
- A collection of topic names
 
 
-