Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers. More...
#include <OpenFinAdapter.h>
Public Member Functions | |
shared_ptr< ChannelClient > | createClient (const string &channelName) |
Creates a Channel Client for the given channel name. | |
shared_ptr< ChannelProvider > | createProvider (const string &channelName) |
Creates a Channel Provider with the given name. | |
Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers.
shared_ptr< ChannelClient > OpenFinAdapterApi::Channels::createClient | ( | const string & | channelName | ) |
Creates a Channel Client for the given channel name.
channelName | The name of the channel |
shared_ptr< ChannelProvider > OpenFinAdapterApi::Channels::createProvider | ( | const string & | channelName | ) |
Creates a Channel Provider with the given name.
channelName | The name of the channel |