1 #ifndef PROTON_CPP_RECEIVER_H
2 #define PROTON_CPP_RECEIVER_H
25 #include "proton/export.hpp"
26 #include "proton/endpoint.hpp"
27 #include "proton/link.hpp"
28 #include "proton/types.h"
31 struct pn_connection_t;
43 PN_CPP_EXTERN
void flow(
int count);
48 #endif // PROTON_CPP_RECEIVER_H
A named channel for sending or receiving messages.
Definition: link.hpp:43
A link for receiving messages.
Definition: receiver.hpp:36
class receiver receiver()
Return receiver if this link is a receiver, 0 if not.
void flow(int count)
Add credit to the link.