19 #ifndef DEAD_LETTER_POLICY_HPP_
20 #define DEAD_LETTER_POLICY_HPP_
22 #include <pulsar/defines.h>
29 struct DeadLetterPolicyImpl;
45 const std::string& getDeadLetterTopic()
const;
52 int getMaxRedeliverCount()
const;
59 const std::string& getInitialSubscriptionName()
const;
64 typedef std::shared_ptr<DeadLetterPolicyImpl> DeadLetterPolicyImplPtr;
65 DeadLetterPolicyImplPtr impl_;