![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <zmq_named_pub_sub.h>
Public Member Functions | |
| ZmqNamedSubscriber (zmq::context_t &context) | |
| void | subscribe (const std::string &prefix) |
| Subscribe to the given message prefix. | |
| void | subscribe (const std::vector< std::string > &prefixes) |
| Subscribe to the given message prefix. | |
A subscriber class built on top of the ZmqNamedSocket.
Definition at line 734 of file zmq_named_pub_sub.h.
1.7.6.1