Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Represents events that occur, unsolicited, from ResilientConnection. More...
#include <qmf/engine/ResilientConnection.h>
Public Types | |
enum | EventKind { CONNECTED = 1, DISCONNECTED = 2, SESSION_CLOSED = 3, RECV = 4 } |
Public Attributes | |
EventKind | kind |
void * | sessionContext |
char * | errorText |
Message | message |
Represents events that occur, unsolicited, from ResilientConnection.
Definition at line 36 of file ResilientConnection.h.
Definition at line 45 of file ResilientConnection.h.
Definition at line 43 of file ResilientConnection.h.
Definition at line 46 of file ResilientConnection.h.
Definition at line 44 of file ResilientConnection.h.