![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <augmentor_base.h>
Public Member Functions | |
| MultiThreadedAugmentor (const std::string &augmentorName, const std::string &serviceName, std::shared_ptr< ServiceProxies > proxies) | |
| MultiThreadedAugmentor (const std::string &augmentorName, const std::string &serviceName, ServiceBase &parent) | |
| void | init (int numThreads) |
| void | shutdown () |
Protected Member Functions | |
| virtual void | doRequestImpl (const AugmentationRequest &)=0 |
Multi-threaded augmentor base class.
Definition at line 110 of file augmentor_base.h.
1.7.6.1