1#ifndef PROTON_DELIVERY_HPP
2#define PROTON_DELIVERY_HPP
26#include "./internal/export.hpp"
27#include "./internal/object.hpp"
68 friend class internal::factory<
delivery>;
A received message.
Definition: delivery.hpp:39
void release()
Settle with RELEASED state.
void modify()
Settle with MODIFIED state.
void reject()
Settle with REJECTED state.
void accept()
Settle with ACCEPTED state.
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.