1 #ifndef PROTON_DELIVERY_HPP 2 #define PROTON_DELIVERY_HPP 26 #include "./internal/export.hpp" 27 #include "./internal/object.hpp" 56 PN_CPP_EXTERN
void accept();
59 PN_CPP_EXTERN
void reject();
65 PN_CPP_EXTERN
void modify();
68 friend class internal::factory<
delivery>;
74 #endif // PROTON_DELIVERY_HPP
The base class for delivery and tracker.
A received message.
Definition: delivery.hpp:39
void reject()
Settle with REJECTED state.
The base class for delivery and tracker.
Definition: transfer.hpp:40
void release()
Settle with RELEASED state.
A channel for receiving messages.
Definition: receiver.hpp:40
void accept()
Settle with ACCEPTED state.
void modify()
Settle with MODIFIED state.
The main Proton namespace.
Definition: annotation_key.hpp:33