Base class for a channel client and channel provider. More...
#include <OpenFinAdapter.h>
Public Member Functions | |
void | registerTopic (const string &topic, const function< shared_ptr< string >(shared_ptr< string >, EndpointId)> &listener) |
Registers a listener of a topic. | |
void | unregisterTopic (const string &topic) |
Unregisters a listener of a topic. | |
Base class for a channel client and channel provider.
void OpenFinAdapterApi::MessageChannelClient::registerTopic | ( | const string & | topic, |
const function< shared_ptr< string >(shared_ptr< string >, EndpointId)> & | listener ) |
Registers a listener of a topic.
topic | The topic |
listener | A listener |
void OpenFinAdapterApi::MessageChannelClient::unregisterTopic | ( | const string & | topic | ) |
Unregisters a listener of a topic.
topic | The topic |