Package org.apache.pulsar.client.api
Interface TopicMetadata
Metadata of a topic that can be used for message routing.
-
Method Summary
-
Method Details
-
numPartitions
int numPartitions()Return the number of partitions per topic.- Returns:
- the number of partitions per topic.
-