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
public static class TopicCollection.TopicIdCollection extends 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
Modifier and Type Method Description Collection<Uuid>
topicIds()
Methods inherited from class org.apache.kafka.common.TopicCollection
ofTopicIds, ofTopicNames
-
Method Details
-
topicIds
- Returns:
- A collection of topic IDs
-