Uses of Interface
org.apache.pulsar.client.api.TopicMetadata
-
Packages that use TopicMetadata Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of TopicMetadata in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api with parameters of type TopicMetadata Modifier and Type Method Description default int
MessageRouter. choosePartition(Message<?> msg, TopicMetadata metadata)
Choose a partition based on msg and the topic metadata.
-