TopicOffset constructor

TopicOffset(
  1. String topicName,
  2. int partitionId,
  3. int offset
)

Implementation

TopicOffset(this.topicName, this.partitionId, this.offset);