Package org.apache.kafka.common
Class TopicCollection.TopicIdCollection
java.lang.Object
org.apache.kafka.common.TopicCollection
org.apache.kafka.common.TopicCollection.TopicIdCollection
- Enclosing class:
 - TopicCollection
 
A class used to represent a collection of topics defined by their topic ID.
 Subclassing this class beyond the classes provided here is not supported.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.kafka.common.TopicCollection
TopicCollection.TopicIdCollection, TopicCollection.TopicNameCollection - 
Method Summary
Methods inherited from class org.apache.kafka.common.TopicCollection
ofTopicIds, ofTopicNames 
- 
Method Details
- 
topicIds
- Returns:
 - A collection of topic IDs
 
 
 -