36class PULSAR_PUBLIC DeadLetterPolicy {
62 friend class DeadLetterPolicyBuilder;
64 typedef std::shared_ptr<DeadLetterPolicyImpl> DeadLetterPolicyImplPtr;
65 DeadLetterPolicyImplPtr impl_;
67 explicit DeadLetterPolicy(
const DeadLetterPolicyImplPtr& impl);