FetchResult constructor
FetchResult(
- String topicName,
- int partitionId,
- int errorCode,
- int highwaterMarkOffset,
- MessageSet messageSet,
Implementation
FetchResult(this.topicName, this.partitionId, this.errorCode, this.highwaterMarkOffset, this.messageSet);