OpenFin C++ Adapter 1.0.0

Loading...
Searching...
No Matches
OpenFinAdapterApi::Channels Class Reference

Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers. More...

#include <OpenFinAdapter.h>

Public Member Functions

shared_ptr< ChannelClientcreateClient (const string &channelName)
 Creates a Channel Client for the given channel name.
 
shared_ptr< ChannelProvidercreateProvider (const string &channelName)
 Creates a Channel Provider with the given name.
 

Detailed Description

Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers.

Member Function Documentation

◆ createClient()

shared_ptr< ChannelClient > OpenFinAdapterApi::Channels::createClient ( const string & channelName)

Creates a Channel Client for the given channel name.

Parameters
channelNameThe name of the channel
Returns
A pointer to the client object

◆ createProvider()

shared_ptr< ChannelProvider > OpenFinAdapterApi::Channels::createProvider ( const string & channelName)

Creates a Channel Provider with the given name.

Parameters
channelNameThe name of the channel
Returns
A pointer to the created channel provider

The documentation for this class was generated from the following file: