MessageEnvelope constructor

MessageEnvelope(
  1. String topicName,
  2. int partitionId,
  3. int offset,
  4. Message message,
)

Creates new envelope.

Implementation

MessageEnvelope(this.topicName, this.partitionId, this.offset, this.message);