31 #ifndef AUTOBAHN_WAMP_SUBSCRIBE_REQUEST_HPP 32 #define AUTOBAHN_WAMP_SUBSCRIBE_REQUEST_HPP 34 #include "wamp_event_handler.hpp" 35 #include "wamp_subscription.hpp" 36 #include "boost_config.hpp" 47 const wamp_event_handler& handler()
const;
48 boost::promise<wamp_subscription>& response();
49 void set_handler(
const wamp_event_handler& handler)
const;
53 wamp_event_handler m_handler;
54 boost::promise<wamp_subscription> m_response;
59 #include "wamp_subscribe_request.ipp" 61 #endif // AUTOBAHN_WAMP_SUBSCRIBE_REQUEST_HPP An outstanding wamp call.
Represents a topic subscription.