Interface PubSubTopicPartition

All Known Implementing Classes:
PubSubTopicPartitionImpl

public interface PubSubTopicPartition
  • Method Details

    • getPubSubTopic

      PubSubTopic getPubSubTopic()
      Returns:
      the topic associated with this topic-partition
    • getPartitionNumber

      int getPartitionNumber()
      Returns:
      the partition number of this topic-partition
    • getTopicName

      default String getTopicName()