1#ifndef PROTON_DELIVERY_HPP
2#define PROTON_DELIVERY_HPP
27#include "./internal/export.hpp"
28#include "./internal/object.hpp"
42 delivery(pn_delivery_t* d);
48 PN_CPP_EXTERN ~delivery();
72 friend class internal::factory<delivery>;
Arbitrary binary data.
Definition binary.hpp:40
void release()
Settle with RELEASED state.
void modify()
Settle with MODIFIED state.
void reject()
Settle with REJECTED state.
void accept()
Settle with ACCEPTED state.
binary tag() const
Return the tag for this delivery.
class receiver receiver() const
Return the receiver for this delivery.
transfer()
Create an empty transfer.
Definition transfer.hpp:47
The main Proton namespace.
Definition annotation_key.hpp:33
The base class for delivery and tracker.