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::HttpNamedRestProxy Struct Reference

#include <http_named_endpoint.h>

Inheritance diagram for Datacratic::HttpNamedRestProxy:
Datacratic::HttpRestProxy

List of all members.

Public Member Functions

void init (std::shared_ptr< ConfigurationService > config)
bool connectToServiceClass (const std::string &serviceClass, const std::string &endpointName)
bool connect (const std::string &endpointName)
bool onConfigChange (ConfigurationService::ChangeType change, const std::string &key, const Json::Value &newValue)

Detailed Description

Proxy to connect to a named http-based service.

Definition at line 259 of file http_named_endpoint.h.


Member Function Documentation

bool Datacratic::HttpNamedRestProxy::onConfigChange ( ConfigurationService::ChangeType  change,
const std::string &  key,
const Json::Value newValue 
) [inline]

Called back when one of our endpoints either changes or disappears.

Definition at line 360 of file http_named_endpoint.h.


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