pulsar-client-cpp
|
Public Member Functions | |
MessageId & | operator= (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) |