RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
Datacratic::ZmqNamedSubscriber Struct Reference

#include <zmq_named_pub_sub.h>

Inheritance diagram for Datacratic::ZmqNamedSubscriber:
Datacratic::ZmqNamedSocket Datacratic::MessageLoop Datacratic::Epoller Datacratic::AsyncEventSource

List of all members.

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.

Detailed Description

A subscriber class built on top of the ZmqNamedSocket.

Definition at line 734 of file zmq_named_pub_sub.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator