Class BatchMessageIdImpl

java.lang.Object
org.apache.pulsar.client.impl.MessageIdImpl
org.apache.pulsar.client.impl.BatchMessageIdImpl
All Implemented Interfaces:
Serializable, Comparable<MessageId>, MessageId, MessageIdAdv

public class BatchMessageIdImpl extends MessageIdImpl
See Also:
  • Constructor Details

    • BatchMessageIdImpl

      public BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex)
    • BatchMessageIdImpl

      public BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex, int batchSize, BitSet ackSet)
    • BatchMessageIdImpl

      public BatchMessageIdImpl(MessageIdAdv other)
  • Method Details