EMA C++ Edition
List of all members | Public Member Functions | Protected Member Functions
refinitiv::ema::access::SessionInfo Class Referenceabstract

SessionInfo provides session information when EMA throws OmmJsonConverterException. More...

Inheritance diagram for refinitiv::ema::access::SessionInfo:
refinitiv::ema::access::ConsumerSessionInfo refinitiv::ema::access::ProviderSessionInfo

Public Member Functions

virtual const ChannelInformationgetChannelInformation () const =0
  More...
 

Protected Member Functions

virtual ~SessionInfo ()
 

Detailed Description

Remarks
All methods in this class are Lock-free Method.
See also
OmmJsonConverterException

Definition at line 29 of file SessionInfo.h.

Member Function Documentation

◆ getChannelInformation()

virtual const ChannelInformation& refinitiv::ema::access::SessionInfo::getChannelInformation ( ) const
pure virtual

Returns the Channel Information for this session

Returns
the channel information for this session

Implemented in refinitiv::ema::access::ConsumerSessionInfo, and refinitiv::ema::access::ProviderSessionInfo.