1 #ifndef PROTON_DELIVERY_HPP
2 #define PROTON_DELIVERY_HPP
27 #include "./internal/export.hpp"
28 #include "./internal/object.hpp"
72 friend class internal::factory<
delivery>;
Arbitrary binary data.
Definition: binary.hpp:40
A received message.
Definition: delivery.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.
A channel for receiving messages.
Definition: receiver.hpp:41
The base class for delivery and tracker.
Definition: transfer.hpp:40
The main Proton namespace.
Definition: annotation_key.hpp:33
The base class for delivery and tracker.