pulsar-client-cpp
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
pulsar::MessageId Class Reference
Inheritance diagram for pulsar::MessageId:
pulsar::BatchMessageId

Public Member Functions

MessageIdoperator= (const MessageId &)
 
bool operator< (const MessageId &mID) const
 
bool operator== (const MessageId &mID) const
 

Protected Member Functions

 MessageId (int64_t, int64_t)
 

Protected Attributes

int64_t ledgerId_
 
int64_t entryId_:48
 
short partition_:16
 

Friends

class ConsumerImpl
 
class Message
 
class MessageImpl
 
class PartitionedProducerImpl
 
class PartitionedConsumerImpl
 
class UnAckedMessageTrackerEnabled
 
class BatchAcknowledgementTracker
 
class PulsarWrapper
 
std::ostream & operator<< (std::ostream &s, const MessageId &messageId)
 

The documentation for this class was generated from the following file: