Class MessageIdUtils


  • public class MessageIdUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageIdUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.pulsar.client.api.MessageId getMessageId​(long offset)  
      static long getOffset​(org.apache.pulsar.client.api.MessageId messageId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageIdUtils

        public MessageIdUtils()
    • Method Detail

      • getOffset

        public static final long getOffset​(org.apache.pulsar.client.api.MessageId messageId)
      • getMessageId

        public static final org.apache.pulsar.client.api.MessageId getMessageId​(long offset)