Base class for a channel client and channel provider.
More...
#include <OpenFinAdapter.h>
|
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.
◆ registerTopic()
void OpenFinAdapterApi::MessageChannelClient::registerTopic |
( |
const string & | topic, |
|
|
const function< shared_ptr< string >(shared_ptr< string >, EndpointId)> & | listener ) |
Registers a listener of a topic.
- Parameters
-
topic | The topic |
listener | A listener |
◆ unregisterTopic()
void OpenFinAdapterApi::MessageChannelClient::unregisterTopic |
( |
const string & | topic | ) |
|
Unregisters a listener of a topic.
- Parameters
-
The documentation for this class was generated from the following file: