Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::subscribe_options::retain_handling

Option determining if retained messages are sent when the Subscription is established.

Synopsis
boost::mqtt5::retain_handling_e retain_handling = boost::mqtt5::retain_handling_e::new_subscription_only;

PrevUpHomeNext