public class MessageId extends Object
| Constructor and Description | 
|---|
MessageId(String partitionId,
         String offset,
         long sequenceNumber)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MessageId | 
create(String partitionId,
      String offset,
      long sequenceNumber)  | 
String | 
getOffset()  | 
String | 
getPartitionId()  | 
Long | 
getSequenceNumber()  | 
String | 
toString()  | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.