1 #ifndef PROTON_SESSION_OPTIONS_HPP
2 #define PROTON_SESSION_OPTIONS_HPP
26 #include "./internal/export.hpp"
27 #include "./internal/pn_unique_ptr.hpp"
48 PN_CPP_EXTERN ~session_options();
51 PN_CPP_EXTERN session_options&
operator=(
const session_options&);
63 internal::pn_unique_ptr<impl> impl_;
71 #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:41
A handler for Proton messaging events.
Definition: messaging_handler.hpp:62
Options for creating a session.
Definition: session_options.hpp:40
session_options()
Create an empty set of options.