FetchResult constructor

FetchResult(
  1. String topicName,
  2. int partitionId,
  3. int errorCode,
  4. int highwaterMarkOffset,
  5. MessageSet messageSet,
)

Implementation

FetchResult(this.topicName, this.partitionId, this.errorCode, this.highwaterMarkOffset, this.messageSet);