1 #ifndef PROTON_SESSION_OPTIONS_HPP
2 #define PROTON_SESSION_OPTIONS_HPP
25 #include "./internal/config.hpp"
26 #include "./internal/export.hpp"
27 #include "./internal/pn_unique_ptr.hpp"
32 class messaging_handler;
50 PN_CPP_EXTERN ~session_options();
53 PN_CPP_EXTERN session_options&
operator=(
const session_options&);
64 internal::pn_unique_ptr<impl> impl_;
72 #endif // PROTON_SESSION_OPTIONS_HPP
session_options & operator=(const session_options &)
Copy options.
Include the definitions of all proton types used to represent AMQP types.
A container of senders and receivers.
Definition: session.hpp:46
A handler for Proton messaging events.
Definition: messaging_handler.hpp:75
session_options & handler(class messaging_handler *)
Set a messaging_handler for the session.
Options for creating a session.
Definition: session_options.hpp:42
session_options()
Create an empty set of options.