EMA C++ Edition
List of all members | Public Member Functions | Friends
refinitiv::ema::access::ConsumerSessionInfo Class Reference

ConsumerSessionInfo provides session information for OmmConsumer when EMA throws OmmJsonConverterException. More...

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

Public Member Functions

const ChannelInformationgetChannelInformation () const
  More...
 

Friends

class ErrorClientHandler
 
class OmmJsonConverterExceptionImpl
 

Additional Inherited Members

- Protected Member Functions inherited from refinitiv::ema::access::SessionInfo
virtual ~SessionInfo ()
 

Detailed Description

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

Definition at line 29 of file ConsumerSessionInfo.h.

Member Function Documentation

◆ getChannelInformation()

const ChannelInformation& refinitiv::ema::access::ConsumerSessionInfo::getChannelInformation ( ) const
virtual

Returns the Channel Information for this session

Returns
the channel information for this session

Implements refinitiv::ema::access::SessionInfo.