EMA C++ Edition
ConsumerSessionInfo.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2020 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_ConsumerSessionInfo_h
10#define __refinitiv_ema_access_ConsumerSessionInfo_h
11
22
23namespace refinitiv {
24
25namespace ema {
26
27namespace access {
28
30{
31public:
36
37private:
38
39 friend class ErrorClientHandler;
40 friend class OmmJsonConverterExceptionImpl;
41
43 virtual ~~ConsumerSessionInfo();
46
47 ChannelInformation _channelInfo;
48};
49
50}
51
52}
53
54}
55
56#endif // __refinitiv_ema_access_ConsumerSessionInfo_h
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
ChannelInfo provides information on application channel(s).
ConsumerSessionInfo provides session information for OmmConsumer when EMA throws OmmJsonConverterExce...
const ChannelInformation & getChannelInformation() const
SessionInfo provides session information when EMA throws OmmJsonConverterException.
Definition: SessionInfo.h:30