1 #ifndef PROTON_SESSION_OPTIONS_HPP 2 #define PROTON_SESSION_OPTIONS_HPP 26 #include "./internal/export.hpp" 27 #include "./internal/pn_unique_ptr.hpp" 46 PN_CPP_EXTERN ~session_options();
49 PN_CPP_EXTERN session_options&
operator=(
const session_options&);
60 internal::pn_unique_ptr<impl> impl_;
68 #endif // PROTON_SESSION_OPTIONS_HPP session_options & operator=(const session_options &)
Copy options.
session_options & handler(class messaging_handler &)
Set a messaging_handler for the session.
A container of senders and receivers.
Definition: session.hpp:38
A handler for Proton messaging events.
Definition: messaging_handler.hpp:59
Options for creating a session.
Definition: session_options.hpp:38
The main Proton namespace.
Definition: annotation_key.hpp:30
session_options()
Create an empty set of options.